Mercurial > mplayer.hg
changeset 27813:67b299fcffd1
Move libmad codec installation section to software requirements.
author | diego |
---|---|
date | Wed, 29 Oct 2008 06:33:24 +0000 |
parents | 94e680e80e38 |
children | 1bc1d241f635 |
files | DOCS/xml/en/codecs.xml DOCS/xml/en/install.xml |
diffstat | 2 files changed, 4 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml Tue Oct 28 23:48:25 2008 +0000 +++ b/DOCS/xml/en/codecs.xml Wed Oct 29 06:33:24 2008 +0000 @@ -93,28 +93,6 @@ <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> <!-- ********** -->
--- a/DOCS/xml/en/install.xml Tue Oct 28 23:48:25 2008 +0000 +++ b/DOCS/xml/en/install.xml Wed Oct 29 06:33:24 2008 +0000 @@ -87,6 +87,10 @@ <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>