mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 19:35:49 +00:00
--enable-external-faad doesn't exist any more
--enable-libmad is not necessary for libmad support (both noticed by Carl Eugen) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20321 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4375571265
commit
a9e3985a3f
@ -620,8 +620,9 @@ sometimes has problems with seeking, but it may perform better on FPU-less
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To enable support, compile with the <option>--enable-mad</option> configure
|
||||
option.
|
||||
If you have a proper installation of libmad, <filename>configure</filename>
|
||||
will notice and support for MPEG audio decoding via
|
||||
<systemitem class="library">libmad</systemitem> will be built automatically.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
@ -709,7 +710,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-external-faad</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>
|
||||
|
Loading…
Reference in New Issue
Block a user