mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 14:50:07 +00:00
Fix external FLAC detection on Mandrake.
Patch by G:otz Waschk <waschk at informatik dot uni-rostock dot de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11025 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8644846c04
commit
becb080bd6
4
configure
vendored
4
configure
vendored
@ -5267,7 +5267,7 @@ int main()
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
_flac=no
|
_flac=no
|
||||||
if cc_check -lFLAC ; then
|
if cc_check -lFLAC -lm ; then
|
||||||
_flac=external
|
_flac=external
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
@ -5280,7 +5280,7 @@ if test "$_flac" = external ; then
|
|||||||
#Still use dither.c & replay_gain from libmpflac
|
#Still use dither.c & replay_gain from libmpflac
|
||||||
_def_mpflac='#undef USE_MPFLAC_DECODER'
|
_def_mpflac='#undef USE_MPFLAC_DECODER'
|
||||||
_mpflac='process'
|
_mpflac='process'
|
||||||
_ld_flac='-lFLAC -Llibmpflac -lmpflac'
|
_ld_flac='-lFLAC -lm -Llibmpflac -lmpflac'
|
||||||
_codecmodules="flac(external) $_codecmodules"
|
_codecmodules="flac(external) $_codecmodules"
|
||||||
echores "yes (using external libFLAC)"
|
echores "yes (using external libFLAC)"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user