diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-22 12:46:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-22 12:46:33 +0000 |
commit | 830ce1eb0867d733520a26cf8995cc976ee52c28 (patch) | |
tree | b80e8b1cc272d9c34ed2a4cc1bc44c7297d93a00 /configure | |
parent | d5d037c63b784e7c15b67d65bea7a40350098fbb (diff) |
10l: Fix internal FAAD check for non-x86.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |