mirror of https://github.com/mpv-player/mpv
Test programs depend on $(LIB).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20059 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a99eefdfef
commit
1240e6bde5
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue