diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-08 14:40:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-08 14:40:18 +0000 |
commit | 2e7bd3449316afb4dc6bce3ccef8b1dccf73808f (patch) | |
tree | dab0f36cb7d9d4b4887eaf5ae6d06f1a77d46973 /libswscale | |
parent | 9b25f4a65ffa71596fc09f6c1f553394c65b4692 (diff) | |
download | ffmpeg-2e7bd3449316afb4dc6bce3ccef8b1dccf73808f.tar.gz |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
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 |