diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-13 09:58:50 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-13 09:58:50 +0000 |
commit | 30f8042aeaabebc1a58404ae928a0ab1933f6af1 (patch) | |
tree | 22c42e538e628abec258166c566639edcc2442ba /DOCS/xml/en/codecs.xml | |
parent | 3bae7a124f9dee809df53c670de049cb03dc3768 (diff) | |
download | mpv-30f8042aeaabebc1a58404ae928a0ab1933f6af1.tar.bz2 mpv-30f8042aeaabebc1a58404ae928a0ab1933f6af1.tar.xz |
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13632 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/codecs.xml')
-rw-r--r-- | DOCS/xml/en/codecs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 2f1a207578..8b17b47ffc 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -733,7 +733,7 @@ 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/download.php">download page</ulink> -and pass <option>--with-externalfaad</option> to <filename>configure</filename>. +and pass <option>--with-external-faad</option> to <filename>configure</filename>. You do not need all of faad2 to decode AAC files, libfaad is enough. Build it like this: <screen> |