summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-15 03:04:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-15 03:04:56 +0000
commit7e9734e4e6bd6b70c5bcb9eed15ee98def505d94 (patch)
treea5623378f42403bef98cfe14f0626ffe231ec032 /DOCS
parent79380dc836fea8a2c9a03e208c7a2ff16260fcec (diff)
downloadmpv-7e9734e4e6bd6b70c5bcb9eed15ee98def505d94.tar.bz2
mpv-7e9734e4e6bd6b70c5bcb9eed15ee98def505d94.tar.xz
Simplify FAAD instructions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/codecs.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 267b5c2897..01fb9f99f7 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -728,8 +728,7 @@ You do not need all of faad2 to decode AAC files, libfaad is enough. Build
it like this:
<screen>
cd faad2/
-chmod +x bootstrap
-./bootstrap
+sh bootstrap
./configure
cd libfaad
make