diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-07 17:04:56 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-07 17:04:56 +0530 |
commit | 47a818323ba0fea16667031e0788756960a308ea (patch) | |
tree | a7c3528682ab451e40d2ecbfb4dd148297d0bfc4 /doc/general.texi | |
parent | e4006a474f689ef9534448d3382d220c62b413b6 (diff) | |
download | ffmpeg-47a818323ba0fea16667031e0788756960a308ea.tar.gz |
doc/general.texi: clarify FDK-AAC licensing & usability
Mnetion it can be used to decode as well.
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/general.texi b/doc/general.texi index 2583006b14..8c3a04b078 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -46,9 +46,10 @@ upgrade FFmpeg's license to LGPL version 3 (or if you have enabled GPL components, GPL version 3) by passing @code{--enable-version3} to configure in order to use it. -The Fraunhofer AAC library is licensed under a license incompatible to the GPL -and is not known to be compatible to the LGPL. Therefore, you have to pass -@code{--enable-nonfree} to configure to use it. +The license of the Fraunhofer AAC library is incompatible with the GPL. +Therefore, for GPL builds, you have to pass @code{--enable-nonfree} to +configure in order to use it. To the best of our knowledge, it is +compatible with the LGPL. @end float @subsection OpenCORE AMR @@ -71,7 +72,7 @@ Then pass @code{--enable-libvo-amrwbenc} to configure to enable it. @subsection Fraunhofer AAC library -FFmpeg can make use of the Fraunhofer AAC library for AAC encoding. +FFmpeg can make use of the Fraunhofer AAC library for AAC decoding & encoding. Go to @url{http://sourceforge.net/projects/opencore-amr/} and follow the instructions for installing the library. |