Mercurial > mplayer.hg
comparison DOCS/xml/en/codecs.xml @ 27813:67b299fcffd1
Move libmad codec installation section to software requirements.
author | diego |
---|---|
date | Wed, 29 Oct 2008 06:33:24 +0000 |
parents | 94e680e80e38 |
children | b2c20ca5becb |
comparison
equal
deleted
inserted
replaced
27812:94e680e80e38 | 27813:67b299fcffd1 |
---|---|
89 <screen>./configure && make && make install</screen> | 89 <screen>./configure && make && make install</screen> |
90 | 90 |
91 Now rerun <filename>./configure</filename> for | 91 Now rerun <filename>./configure</filename> for |
92 <application>MPlayer</application> to pick up | 92 <application>MPlayer</application> to pick up |
93 <systemitem class="library">x264</systemitem> support. | 93 <systemitem class="library">x264</systemitem> support. |
94 </para> | |
95 </sect2> | |
96 <!-- ********** --> | |
97 | |
98 <sect2 id="libmad"> | |
99 <title><systemitem class="library">libmad</systemitem></title> | |
100 | |
101 <para> | |
102 <ulink url="http://www.underbit.com/products/mad/"><systemitem class="library">libmad</systemitem></ulink> | |
103 is a multiplatform, integer (internally 24bit PCM) only | |
104 MPEG audio decoding library. It does not handle broken files well, and it | |
105 sometimes has problems with seeking, but it may perform better on FPU-less | |
106 (such as <link linkend="arm">ARM</link>) | |
107 platform than <systemitem class="library">mp3lib</systemitem>. | |
108 </para> | |
109 | |
110 <para> | |
111 If you have a proper installation of | |
112 <systemitem class="library">libmad</systemitem>, | |
113 <filename>./configure</filename> will notice and support for MPEG audio | |
114 decoding via <systemitem class="library">libmad</systemitem> will be built | |
115 automatically. | |
116 </para> | 94 </para> |
117 </sect2> | 95 </sect2> |
118 | 96 |
119 <!-- ********** --> | 97 <!-- ********** --> |
120 | 98 |