diff options
author | Josh de Kock <josh@itanimul.li> | 2016-09-29 21:54:42 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2016-10-01 19:58:04 +0100 |
commit | dc0f711459e0c682bf9f94ba38d26736e90cff45 (patch) | |
tree | 875547964c026167115c8d7a7e2ee621998845b8 /LICENSE.md | |
parent | 449f263f9fbdd17cef4d3b6e21d263c322eb014b (diff) | |
download | ffmpeg-dc0f711459e0c682bf9f94ba38d26736e90cff45.tar.gz |
lavc: remove libfaac wrapper
There is really no need for two aac wrappers, we already have
libfdk-aac which is better. Not to mention that faac doesn't
even support HEv1, or HEv2. It's also under a license which is
unusable for distribution, so it would only be useful to people
who will compile their own ffmpeg, only use it themselves (which
at that point should just use fdk-aac).
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LICENSE.md b/LICENSE.md index d08c747ae5..a384fa0bef 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -115,8 +115,6 @@ The Fraunhofer FDK AAC and OpenSSL libraries are under licenses which are incompatible with the GPLv2 and v3. To the best of our knowledge, they are compatible with the LGPL. -The FAAC library is incompatible with all versions of GPL and LGPL. - The NVENC library, while its header file is licensed under the compatible MIT license, requires a proprietary binary blob at run time, and is deemed to be incompatible with the GPL. We are not certain if it is compatible with the |