[MPlayer-cvslog] r20073 - trunk/libswscale/Makefile
diego
subversion at mplayerhq.hu
Thu Oct 5 19:11:06 CEST 2006
Author: diego
Date: Thu Oct 5 19:11:05 2006
New Revision: 20073
Modified:
trunk/libswscale/Makefile
Log:
Simplify test program build.
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Thu Oct 5 19:11:05 2006
@@ -22,10 +22,8 @@
include $(SRC_PATH)/common.mak
cs_test: cs_test.c $(LIB)
- $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
-swscale-example: swscale-example.c $(LIB)
- $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
+swscale-example: swscale-example.o $(LIB)
clean::
rm -f cs_test swscale-example
More information about the MPlayer-cvslog
mailing list