diff options
author | Dujardin Bernard <dujardin.iut@numericable.fr> | 2007-02-20 09:26:01 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-20 09:26:01 +0000 |
commit | 3f6bafc15cd1f5e7fdb8a8ca44ddbd19c1f87aa2 (patch) | |
tree | 21e38ab36aa7d29174f592ce87f8f90c0a3e376f /doc/faq.texi | |
parent | bb0f999bbb89d11a17fad270077a6429dc99454c (diff) | |
download | ffmpeg-3f6bafc15cd1f5e7fdb8a8ca44ddbd19c1f87aa2.tar.gz |
FAQ clarification concerning the configuration of FFmpeg for usage with liba52.
Patch by Bernard Dujardin, dujardin iut % numericable fr.
Originally committed as revision 8035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 8c9d9ab7d8..03b8a17502 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}. 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. |