Commit c36bd286 authored by Diego Biurrun's avatar Diego Biurrun

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

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