summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-20 17:13:03 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-20 17:13:03 +0000
commita9e3985a3f9f0791371acac70a3850d0beee83fa (patch)
treee1f1b51583c21006fc1b5c3fb9dc02d53a99d0ca /DOCS
parent43755712659046a7e00d53407c7a1dd0c8f91f16 (diff)
downloadmpv-a9e3985a3f9f0791371acac70a3850d0beee83fa.tar.bz2
mpv-a9e3985a3f9f0791371acac70a3850d0beee83fa.tar.xz
--enable-external-faad doesn't exist any more
--enable-libmad is not necessary for libmad support (both noticed by Carl Eugen) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20321 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/codecs.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 14714193d3..fc0f1cde73 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -620,8 +620,9 @@ sometimes has problems with seeking, but it may perform better on FPU-less
</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 @@ beta, so you do not need to get it separately.
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>