[MPlayer-DOCS] r20321 - trunk/DOCS/xml/en/codecs.xml

kraymer subversion at mplayerhq.hu
Fri Oct 20 19:13:03 CEST 2006


Author: kraymer
Date: Fri Oct 20 19:13:03 2006
New Revision: 20321

Modified:
   trunk/DOCS/xml/en/codecs.xml

Log:
--enable-external-faad doesn't exist any more
--enable-libmad is not necessary for libmad support
(both noticed by Carl Eugen)


Modified: trunk/DOCS/xml/en/codecs.xml
==============================================================================
--- trunk/DOCS/xml/en/codecs.xml	(original)
+++ trunk/DOCS/xml/en/codecs.xml	Fri Oct 20 19:13:03 2006
@@ -620,8 +620,9 @@
 </para>
 
 <para>
-To enable support, compile with the <option>--enable-mad</option> configure
-option.
+If you have a proper installation of libmad, <filename>configure</filename>
+will notice and support for MPEG audio decoding via
+<systemitem class="library">libmad</systemitem> will be built automatically.
 </para>
 </sect2>
 
@@ -709,7 +710,7 @@
 If you use gcc 3.2 which fails to compile our internal FAAD or want to use
 the external library for some other reason, download the library from the
 <ulink url="http://www.audiocoding.com/modules/mydownloads/">download page</ulink>
-and pass <option>--enable-external-faad</option> to <filename>configure</filename>.
+and pass <option>--enable-faad-external</option> to <filename>configure</filename>.
 You do not need all of faad2 to decode AAC files, libfaad is enough. Build
 it like this:
 <screen>



More information about the MPlayer-DOCS mailing list