Commit c55f6063 authored by Diego Biurrun's avatar Diego Biurrun

Remove cs_test and swscale-example on clean.

Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 69402a10
...@@ -26,3 +26,6 @@ cs_test: cs_test.c ...@@ -26,3 +26,6 @@ cs_test: cs_test.c
swscale-example: swscale-example.c swscale-example: swscale-example.c
$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
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