mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Test programs depend on $(LIB).
Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
0ec92a15dd
commit
6a07717908
@ -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
Block a user