forked from FFmpeg/FFmpeg
Simplify test program build.
Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
c6c4651138
commit
aae0bc19b1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue