summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-07-07 00:28:16 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-07 00:28:16 +0000
commitfc1206a4d95e24f8700eeb978a41419b7de64644 (patch)
treee28c04431b3a20ef60d01649208dc6b101e02f63 /LICENSE
parentdf2bd71aeb3e68509e3afc5502ef7cd6e5a69583 (diff)
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.
libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index ca5bc30bdc..7a94f8db5f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -44,6 +44,6 @@ is incompatible with the LGPL v2.1 and the GPL v2, but not with version 3 of
those licenses. So to combine the OpenCORE libraries with FFmpeg, the license
version needs to be upgraded by passing --enable-version3 to configure.
-The nonfree external libraries libamrnb, libamrwb and libfaac can be hooked up
-in FFmpeg. You need to pass --enable-nonfree to configure to enable them. Employ
-this option with care as FFmpeg then becomes nonfree and unredistributable.
+The nonfree external library libfaac can be hooked up in FFmpeg. You need to
+pass --enable-nonfree to configure to enable it. Employ this option with care
+as FFmpeg then becomes nonfree and unredistributable.