mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
3f6bafc15c
commit
ab9c40872e
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user