# HG changeset patch # User diego # Date 1160009868 0 # Node ID 63979c96cca54b68ba7986458f9a19bcc5701647 # Parent 33c40d61bf33eeb0073275808ec1607c656acd13 Test programs depend on $(LIB). diff -r 33c40d61bf33 -r 63979c96cca5 libswscale/Makefile --- a/libswscale/Makefile Thu Oct 05 00:12:04 2006 +0000 +++ b/libswscale/Makefile Thu Oct 05 00:57:48 2006 +0000 @@ -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::