Commit 9d9dbdf3 authored by diego's avatar diego

Simplify test program build.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@20073 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 4744a08d
......@@ -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
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