Author: diego Date: Wed Oct 29 07:33:24 2008 New Revision: 27847 Log: Move libmad codec installation section to software requirements.
Modified: trunk/DOCS/xml/en/codecs.xml trunk/DOCS/xml/en/install.xml Modified: trunk/DOCS/xml/en/codecs.xml ============================================================================== --- trunk/DOCS/xml/en/codecs.xml (original) +++ trunk/DOCS/xml/en/codecs.xml Wed Oct 29 07:33:24 2008 @@ -93,28 +93,6 @@ Now rerun <filename>./configure</filenam <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> <!-- ********** --> Modified: trunk/DOCS/xml/en/install.xml ============================================================================== --- trunk/DOCS/xml/en/install.xml (original) +++ trunk/DOCS/xml/en/install.xml Wed Oct 29 07:33:24 2008 @@ -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> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
