[MPlayer-cvslog] r32725 - trunk/configure

diego subversion at mplayerhq.hu
Thu Dec 23 12:14:26 CET 2010


Author: diego
Date: Thu Dec 23 12:14:25 2010
New Revision: 32725

Log:
configure: Disable internal libfaad2 compilation by default.

The internal libfaad2 copy is slated for removal in 2011. In order to
doublecheck for any unexpected issues, compilation will be disabled
throughout a short grace period before final removal.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Dec 19 23:02:52 2010	(r32724)
+++ trunk/configure	Thu Dec 23 12:14:25 2010	(r32725)
@@ -359,7 +359,7 @@ Codecs:
   --disable-libgsm          disable libgsm support [autodetect]
   --enable-theora           enable OggTheora libraries [autodetect]
   --enable-faad             enable external FAAD2 (AAC) [autodetect]
-  --disable-faad-internal   disable internal FAAD2 (AAC) [autodetect]
+  --enable-faad-internal    enable internal FAAD2 (AAC) [disabled]
   --enable-faad-fixed       enable fixed-point mode in internal FAAD2 [disabled]
   --disable-faac            disable support for FAAC (AAC encoder) [autodetect]
   --disable-faac-lavc       disable support for FAAC in libavcodec [autodetect]
@@ -669,7 +669,7 @@ _libdca=auto
 _libmpeg2=auto
 _libmpeg2_internal=auto
 _faad=auto
-_faad_internal=auto
+_faad_internal=no
 _faad_fixed=no
 _faac=auto
 _faac_lavc=auto


More information about the MPlayer-cvslog mailing list