Commit 4744a08d authored by diego's avatar diego

Test programs depend on $(LIB).


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@20059 b3059339-0415-0410-9bf9-f77b7e298cf2
parent f711a42a
...@@ -21,10 +21,10 @@ HEADERS = swscale.h rgb2rgb.h ...@@ -21,10 +21,10 @@ HEADERS = swscale.h rgb2rgb.h
include $(SRC_PATH)/common.mak include $(SRC_PATH)/common.mak
cs_test: cs_test.c cs_test: cs_test.c $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
swscale-example: swscale-example.c swscale-example: swscale-example.c $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
clean:: 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