[MPlayer-cvslog] r31565 - in trunk: Changelog configure

reimar subversion at mplayerhq.hu
Sun Jun 27 17:01:24 CEST 2010


Author: reimar
Date: Sun Jun 27 17:01:24 2010
New Revision: 31565

Log:
Remove (or for now actually only disable) support for external libfaad.
It is pointless and actually does not even compile currently.

Modified:
   trunk/Changelog
   trunk/configure

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Sun Jun 27 16:58:50 2010	(r31564)
+++ trunk/Changelog	Sun Jun 27 17:01:24 2010	(r31565)
@@ -26,6 +26,8 @@ MPlayer (1.0)
     * VP8 en-/decoding through libvpx wrapper and native decoder in FFmpeg
     * support for external libmpeg2 added
     * hardware MPEG decoder priority lowered
+    * support for external FAAD removed, since FFmpeg decoder is complete
+      and only internal FAAD supports LATM it is pointless.
 
     Demuxers:
     * Mostly fixed timing issues with some H.264 (PAFF) samples

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun 27 16:58:50 2010	(r31564)
+++ trunk/configure	Sun Jun 27 17:01:24 2010	(r31565)
@@ -330,7 +330,6 @@ Codecs:
   --disable-libvorbis       disable libvorbis support [autodetect]
   --disable-speex           disable Speex 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-fixed       enable fixed-point mode in internal FAAD2 [disabled]
   --disable-faac            disable support for FAAC (AAC encoder) [autodetect]
@@ -645,7 +644,7 @@ _liba52=auto
 _libdca=auto
 _libmpeg2=auto
 _libmpeg2_internal=auto
-_faad=auto
+_faad=no
 _faad_internal=auto
 _faad_fixed=no
 _faac=auto
@@ -1046,8 +1045,6 @@ for ac_option do
   --disable-libmpeg2-internal)   _libmpeg2_internal=no    ;;
   --enable-musepack)    _musepack=yes   ;;
   --disable-musepack)   _musepack=no    ;;
-  --enable-faad)        _faad=yes       ;;
-  --disable-faad)       _faad=no        ;;
   --enable-faad-internal)       _faad_internal=yes      ;;
   --disable-faad-internal)      _faad_internal=no       ;;
   --enable-faad-fixed)  _faad_fixed=yes ;;


More information about the MPlayer-cvslog mailing list