[MPlayer-cvslog] r24802 - trunk/libswscale/Makefile

diego subversion at mplayerhq.hu
Thu Oct 18 11:35:03 CEST 2007


Author: diego
Date: Thu Oct 18 11:35:02 2007
New Revision: 24802

Log:
Rename LIB to LIBNAME for consistency.


Modified:
   trunk/libswscale/Makefile

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Thu Oct 18 11:35:02 2007
@@ -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::



More information about the MPlayer-cvslog mailing list