diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-02-05 16:08:00 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-06 02:33:33 +0100 |
commit | 4a37e2977cb24713fd36d04ec97e97adc2aaba87 (patch) | |
tree | 8b5f54671e7b07b55073fec1f230711141f7219e /doc/encoders.texi | |
parent | 927696aab258c7184ceac9765a305b5f91eef8dc (diff) | |
download | ffmpeg-4a37e2977cb24713fd36d04ec97e97adc2aaba87.tar.gz |
libfdk-aacenc: disable hard version requirements
Enable compilation on machines with an old libfdk-aac.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index d163440da4..c28cbcbdf4 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -623,6 +623,9 @@ VBR encoding, enabled through the @option{vbr} or @option{flags +qscale} options, is experimental and only works with some combinations of parameters. +Support for encoding 7.1 audio is only available with libfdk-aac 0.1.3 or +higher. + For more information see the fdk-aac project at @url{http://sourceforge.net/p/opencore-amr/fdk-aac/}. |