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

lu_zero subversion at mplayerhq.hu
Sun Jan 28 18:52:59 CET 2007


Author: lu_zero
Date: Sun Jan 28 18:52:59 2007
New Revision: 22048

Modified:
   trunk/libswscale/Makefile

Log:
Make example and test build and link correctly

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Sun Jan 28 18:52:59 2007
@@ -18,9 +18,9 @@
 
 include ../common.mak
 
-cs_test: cs_test.c $(LIB)
+cs_test: cs_test.o $(LIB)
 
-swscale-example: swscale-example.o $(LIB)
+swscale-example: swscale-example.o $(LIB) -lm
 
 clean::
 	rm -f cs_test swscale-example



More information about the MPlayer-cvslog mailing list