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

diego subversion at mplayerhq.hu
Thu Apr 26 17:14:12 CEST 2007


Author: diego
Date: Thu Apr 26 17:14:12 2007
New Revision: 23140

Log:
Don't declare -lm as a dependency of swscale-example.


Modified:
   trunk/libswscale/Makefile

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Thu Apr 26 17:14:12 2007
@@ -18,7 +18,8 @@ include ../common.mak
 
 cs_test: cs_test.o $(LIB)
 
-swscale-example: swscale-example.o $(LIB) -lm
+swscale-example: swscale-example.o $(LIB)
+swscale-example: EXTRALIBS += -lm
 
 clean::
 	rm -f cs_test swscale-example



More information about the MPlayer-cvslog mailing list