summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index b0b15d19c1..29abaeb0fc 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -22,10 +22,8 @@ HEADERS = swscale.h rgb2rgb.h
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