summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/xml/en/codecs.xml22
-rw-r--r--DOCS/xml/en/install.xml4
2 files changed, 4 insertions, 22 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 7d75722fd1..bb63a39cc0 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -93,28 +93,6 @@ Now rerun <filename>./configure</filename> for
<systemitem class="library">x264</systemitem> support.
</para>
</sect2>
-<!-- ********** -->
-
-<sect2 id="libmad">
-<title><systemitem class="library">libmad</systemitem></title>
-
-<para>
-<ulink url="http://www.underbit.com/products/mad/"><systemitem class="library">libmad</systemitem></ulink>
-is a multiplatform, integer (internally 24bit PCM) only
-MPEG audio decoding library. It does not handle broken files well, and it
-sometimes has problems with seeking, but it may perform better on FPU-less
-(such as <link linkend="arm">ARM</link>)
-platform than <systemitem class="library">mp3lib</systemitem>.
-</para>
-
-<para>
-If you have a proper installation of
-<systemitem class="library">libmad</systemitem>,
-<filename>./configure</filename> will notice and support for MPEG audio
-decoding via <systemitem class="library">libmad</systemitem> will be built
-automatically.
-</para>
-</sect2>
<!-- ********** -->
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 7503bffc43..60447641ab 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -87,6 +87,10 @@ answers.
<listitem><para>
<emphasis role="bold">libsmb</emphasis> - optional, for SMB networking support
</para></listitem>
+<listitem><para>
+ <emphasis role="bold"><ulink url="http://www.underbit.com/products/mad/">libmad</ulink></emphasis>
+ - optional, for for fast integer-only MP3 decoding on FPU-less platforms
+</para></listitem>
</itemizedlist>
</sect1>