Commit 66e9de38 authored by Luca Barbato's avatar Luca Barbato

Make example and test build and link correctly

Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent da095a23
......@@ -18,9 +18,9 @@ HEADERS = swscale.h rgb2rgb.h
include ../common.mak
cs_test: cs_test.c $(LIB)
cs_test: cs_test.o $(LIB)
swscale-example: swscale-example.o $(LIB)
swscale-example: swscale-example.o $(LIB) -lm
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