mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 18:12:22 +00:00
-lm for ffmpeg detect Christian Marillat <marillat@free.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2716 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c730baf9e6
commit
84b6d749f4
2
configure
vendored
2
configure
vendored
@ -668,7 +668,7 @@ cat > $TMPC << EOF
|
||||
#include <libffmpeg/avcodec.h>
|
||||
int main( void ) { return 0; }
|
||||
EOF
|
||||
cc_check $_extraincdir $_extralibdir -lffmpeg && _libavcodec_so=yes
|
||||
cc_check $_extraincdir $_extralibdir -lffmpeg -lm && _libavcodec_so=yes
|
||||
|
||||
if test -c /dev/mga_vid ; then
|
||||
_mga=yes
|
||||
|
Loading…
Reference in New Issue
Block a user