changeset 20067:c13f577b8cf8

Simplify test program build.
author diego
date Thu, 05 Oct 2006 17:11:05 +0000
parents 4d1d50643826
children e242e2e8fed4
files libswscale/Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Thu Oct 05 12:37:02 2006 +0000
+++ b/libswscale/Makefile	Thu Oct 05 17:11:05 2006 +0000
@@ -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