summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-20 09:59:31 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-20 09:59:31 +0000
commitab9c40872e509a97aaeefb1ab97d273ea4928aa5 (patch)
tree76146533efefd910ae33c590554b08136ee28387 /doc
parent3f6bafc15cd1f5e7fdb8a8ca44ddbd19c1f87aa2 (diff)
The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding
this change. Originally committed as revision 8036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 03b8a17502..285ddc2cb0 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -80,7 +80,7 @@ Use @file{-} as filename.
The audio is AC3 (a.k.a. A/52). AC3 decoding is an optional component in ffmpeg
as the component that handles AC3 decoding (liba52) is currently released under
the GPL. If you have liba52 installed on your system, enable AC3 decoding
-with @code{./configure --enable-a52 --enable-gpl}. Take care: by
+with @code{./configure --enable-liba52 --enable-gpl}. Take care: by
enabling AC3, you automatically change the license of libavcodec from
LGPL to GPL.