diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-18 09:35:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-18 09:35:02 +0000 |
commit | 2f3cbef06e4fe177e7bf5b4e66c1996ade4c1c33 (patch) | |
tree | 371b3edaf26d44fe2aa268b6b3e4a16f0e1d4194 | |
parent | 24743a767f732fcced0af9cbe18897777c8125c2 (diff) | |
download | ffmpeg-2f3cbef06e4fe177e7bf5b4e66c1996ade4c1c33.tar.gz |
Rename LIB to LIBNAME for consistency.
Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 8db2e65031..14a65b92c0 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -21,9 +21,9 @@ HEADERS = swscale.h rgb2rgb.h include ../common.mak -cs_test: cs_test.o $(LIB) +cs_test: cs_test.o $(LIBNAME) -swscale-example: swscale-example.o $(LIB) +swscale-example: swscale-example.o $(LIBNAME) swscale-example: EXTRALIBS += -lm clean:: |