Commit 36629a8f authored by diego's avatar diego

Don't declare -lm as a dependency of swscale-example.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23140 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6d3f77a0
......@@ -18,7 +18,8 @@ include ../common.mak
cs_test: cs_test.o $(LIB)
swscale-example: swscale-example.o $(LIB) -lm
swscale-example: swscale-example.o $(LIB)
swscale-example: EXTRALIBS += -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