This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Don't declare -lm as a dependency of swscale-example.
Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun
18 years ago
parent
b236a735e5
commit
c36bd2866a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libswscale/Makefile
+ 2
- 1
libswscale/Makefile
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
Write
Preview
Loading…
Cancel
Save