mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Don't declare -lm as a dependency of swscale-example.
Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
b236a735e5
commit
c36bd2866a
@ -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
Block a user