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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23140 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 15:14:12 +00:00
parent 05c7a055e8
commit 9e14239422
1 changed files with 2 additions and 1 deletions

View File

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