Commit aae0bc19 authored by Diego Biurrun's avatar Diego Biurrun

Simplify test program build.

Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent c6c46511
......@@ -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