Simplify test program build.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20073 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-05 17:11:05 +00:00
parent 5f96678ba6
commit e801f101df
1 changed files with 1 additions and 3 deletions

View File

@ -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