diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-08 14:40:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-03-08 14:40:18 +0000 |
commit | 5e6c92b86c6d8efd2e7e1c2344f473cad1a4c3ac (patch) | |
tree | 7635ca826bb44c462504f72c131f5ce6fa1ecaab /libswscale | |
parent | d340d793e51f56950cbc3db502bd379db48467f0 (diff) |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26200 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 3aa49a2bc1..2d90fa7e5a 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -1,8 +1,7 @@ include ../config.mak -NAME=swscale - +NAME = swscale FFLIBS = avutil OBJS = rgb2rgb.o swscale.o |