mirror of https://github.com/mpv-player/mpv
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:
parent
05c7a055e8
commit
9e14239422
|
@ -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…
Reference in New Issue