summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en
diff options
context:
space:
mode:
authortorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 15:11:04 +0000
committertorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 15:11:04 +0000
commit2fef41086cc74d0276a2c8959dbfb1d1b79d2c19 (patch)
treec991d72a802a5d4fedc8c844f34e10faa3e9a5e3 /DOCS/xml/en
parentd3ae63e2b4009e499e689d30893a7f200084e069 (diff)
downloadmpv-2fef41086cc74d0276a2c8959dbfb1d1b79d2c19.tar.bz2
mpv-2fef41086cc74d0276a2c8959dbfb1d1b79d2c19.tar.xz
Unify ./configure script handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20705 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r--DOCS/xml/en/codecs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 29546f426d..6ba27c6b8e 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -102,7 +102,7 @@ codecs please visit the FFmpeg homepage.
<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 @@ default as it offers better speed.
<systemitem class="library">x264</systemitem> support is easy.
Just run the standard:
<screen>./configure &amp;&amp; make &amp;&amp; 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 @@ sometimes has problems with seeking, but it may perform better on FPU-less
<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 @@ beta, so you do not need to get it separately.
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>