1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-24 17:06:58 +00:00

10l: Add missing fallback case for internal FAAD compiler blacklist.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-22 15:13:51 +00:00
parent 979532f2c6
commit 0a0e144c1f

3
configure vendored
View File

@ -5673,6 +5673,9 @@ if test "$_faad_internal" = auto ; then
_faad_internal=no
_res_comment="broken gcc"
;;
*)
_faad_internal=yes
;;
esac
else
_faad_internal=yes