Skip to content
Snippets Groups Projects
Commit 3f6bafc1 authored by Dujardin Bernard's avatar Dujardin Bernard Committed by Panagiotis Issaris
Browse files

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
parent bb0f999b
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ Use @file{-} as filename. ...@@ -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 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 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 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 enabling AC3, you automatically change the license of libavcodec from
LGPL to GPL. LGPL to GPL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment