Commit 6a077179 authored by Diego Biurrun's avatar Diego Biurrun

Test programs depend on $(LIB).

Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 0ec92a15
......@@ -21,10 +21,10 @@ HEADERS = swscale.h rgb2rgb.h
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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment