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

Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
pull/126/head
Diego Biurrun 18 years ago
parent b236a735e5
commit c36bd2866a
  1. 3
      libswscale/Makefile

@ -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

Loading…
Cancel
Save