10l: Fix internal FAAD check for non-x86.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18181 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-22 12:46:33 +00:00
parent d5d037c63b
commit 830ce1eb08
1 changed files with 2 additions and 3 deletions

5
configure vendored
View File

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