[MPlayer-DOCS] r20705 - trunk/DOCS/xml/en/codecs.xml
torinthiel
subversion at mplayerhq.hu
Sun Nov 5 16:11:04 CET 2006
Author: torinthiel
Date: Sun Nov 5 16:11:04 2006
New Revision: 20705
Modified:
trunk/DOCS/xml/en/codecs.xml
Log:
Unify ./configure script handling
Modified: trunk/DOCS/xml/en/codecs.xml
==============================================================================
--- trunk/DOCS/xml/en/codecs.xml (original)
+++ trunk/DOCS/xml/en/codecs.xml Sun Nov 5 16:11:04 2006
@@ -102,7 +102,7 @@
<para>
<application>MPlayer</application> contains
<systemitem class="library">libavcodec</systemitem>.
-Just run <filename>configure</filename> and compile.
+Just run <filename>./configure</filename> and compile.
</para>
</sect2>
@@ -310,7 +310,7 @@
<systemitem class="library">x264</systemitem> support is easy.
Just run the standard:
<screen>./configure && make && sudo make install</screen>
- The configure script will autodetect that you have satisfied the
+ The <filename>./configure</filename> script will autodetect that you have satisfied the
requirements for <systemitem class="library">x264</systemitem>.
</para>
</sect3>
@@ -435,7 +435,7 @@
<para>
If you have a proper installation of <systemitem class="library">libmad</systemitem>,
-<filename>configure</filename>
+<filename>./configure</filename>
will notice and support for MPEG audio decoding via
<systemitem class="library">libmad</systemitem> will be built automatically.
</para>
@@ -469,7 +469,7 @@
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-faad-external</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>
More information about the MPlayer-DOCS
mailing list