mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-23 15:30:01 +01: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:
@@ -18,7 +18,8 @@ include ../common.mak
|
|||||||
|
|
||||||
cs_test: cs_test.o $(LIB)
|
cs_test: cs_test.o $(LIB)
|
||||||
|
|
||||||
swscale-example: swscale-example.o $(LIB) -lm
|
swscale-example: swscale-example.o $(LIB)
|
||||||
|
swscale-example: EXTRALIBS += -lm
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f cs_test swscale-example
|
rm -f cs_test swscale-example
|
||||||
|
|||||||
Reference in New Issue
Block a user