]> git.sesse.net Git - ffmpeg/commitdiff
FAQ clarification concerning the configuration of FFmpeg for usage with liba52.
authorDujardin Bernard <dujardin.iut@numericable.fr>
Tue, 20 Feb 2007 09:26:01 +0000 (09:26 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Tue, 20 Feb 2007 09:26:01 +0000 (09:26 +0000)
Patch by Bernard Dujardin, dujardin iut % numericable fr.

Originally committed as revision 8035 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index 8c9d9ab7d80163944dfbde2d86fda2a83521d2cd..03b8a17502ad3bcaaa1b24e65e3d88a0db0e2848 100644 (file)
@@ -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}. Take care: by
+with @code{./configure --enable-a52 --enable-gpl}. Take care: by
 enabling AC3, you automatically change the license of libavcodec from
 LGPL to GPL.