Commit 7802d373 authored by Michael Niedermayer's avatar Michael Niedermayer

imlib2 needs -lm

Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2a0dbb1e
...@@ -853,7 +853,7 @@ int main( void ) { return (int) imlib_load_font("foo"); } ...@@ -853,7 +853,7 @@ int main( void ) { return (int) imlib_load_font("foo"); }
EOF EOF
imlib2=no imlib2=no
if $cc -o $TMPE $TMPC -lImlib2 > /dev/null 2>&1 ; then if $cc -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1 ; then
imlib2=yes imlib2=yes
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment