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

diego subversion at mplayerhq.hu
Thu Oct 5 02:57:49 CEST 2006


Author: diego
Date: Thu Oct  5 02:57:48 2006
New Revision: 20059

Modified:
   trunk/libswscale/Makefile

Log:
Test programs depend on $(LIB).


Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	(original)
+++ trunk/libswscale/Makefile	Thu Oct  5 02:57:48 2006
@@ -21,10 +21,10 @@
 
 include $(SRC_PATH)/common.mak
 
-cs_test: cs_test.c
+cs_test: cs_test.c $(LIB)
 	$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
 
-swscale-example: swscale-example.c
+swscale-example: swscale-example.c $(LIB)
 	$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
 
 clean::



More information about the MPlayer-cvslog mailing list