0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Unify ./configure script handling

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20705 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
torinthiel 2006-11-05 15:11:04 +00:00
parent d3ae63e2b4
commit 2fef41086c

View File

@ -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>