OSDN Git Service

Rename LIB to LIBNAME for consistency.
authorDiego Biurrun <diego@biurrun.de>
Thu, 18 Oct 2007 09:35:02 +0000 (09:35 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 18 Oct 2007 09:35:02 +0000 (09:35 +0000)
Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 8db2e65..14a65b9 100644 (file)
@@ -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::