Commit 5df22220 authored by lu_zero's avatar lu_zero

Make example and test build and link correctly

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