[MPlayer-dev-eng] [PATCH] check for internal faad2 is broken

Erik Auerswald auerswal at unix-ag.uni-kl.de
Sat Apr 22 16:31:30 CEST 2006


Hi,

internal faad2 detection in configure is broken for x86 and not blacklisted
compilers since cvs revision 1.1164. The attached patch fixes this.

Erik
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1167
diff -u -r1.1167 configure
--- configure	22 Apr 2006 14:13:14 -0000	1.1167
+++ configure	22 Apr 2006 14:27:51 -0000
@@ -5673,6 +5673,9 @@
         _faad_internal=no
         _res_comment="broken gcc"
         ;;
+      *)
+        _faad_internal=yes
+        ;;
     esac
   else
     _faad_internal=yes


More information about the MPlayer-dev-eng mailing list