mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
Fall back on external libfaad check if internal libfaad check failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27507 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0e970b49f0
commit
9aea25b96e
5
configure
vendored
5
configure
vendored
@ -6188,13 +6188,16 @@ if test "$_faad_internal" = auto ; then
|
||||
_res_comment="broken gcc"
|
||||
;;
|
||||
*)
|
||||
_faad_external=no
|
||||
_faad_internal=yes
|
||||
;;
|
||||
esac
|
||||
else
|
||||
_faad_external=no
|
||||
_faad_internal=yes
|
||||
fi
|
||||
elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then
|
||||
fi
|
||||
if test "$_faad_external" = auto ; then
|
||||
_faad_external=no
|
||||
cat > $TMPC << EOF
|
||||
#include <faad.h>
|
||||
|
Loading…
Reference in New Issue
Block a user