From 4a07ecf60e3ece378e95004c2f14206b6af34bd0 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Fri, 31 Jul 2020 14:12:16 +0300 Subject: [PATCH] Updating License section in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce00b82..0d70d09 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,6 @@ Certain external libraries require additional software to be installed. Check th ## License -The ffmpeg-android-maker's source code is available under the MIT license. See the `LICENSE.txt` file for more details. \ No newline at end of file +The ffmpeg-android-maker's source code is available under the MIT license. See the `LICENSE.txt` file for more details. + +However, the binaries that are produced have different license. The FFmpeg itself is under [LGPL 2.1](http://ffmpeg.org/legal.html). Enabling certain external libraries (like libx264) changes the license to be GPL 2 or later. \ No newline at end of file