a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

MIT License with FFMpeg - Violation? #108

Open victordas96 opened 2 weeks ago

victordas96 commented 2 weeks ago

As far as I understand, FFmpeg comes under the LGPL license. However, you have licensed your codebase under the MIT License. Considering you are using LGPL-licensed code as a library, isn't it necessary that the entire codebase comes under the LGPL License?

Given that we cannot dynamically link a library to an Android APK, how can we provide users who use this particular application with access to the FFmpeg library modifications, as required by the LGPL? (asking from a closed-source app point-of-view)

a914-gowtham commented 2 weeks ago

@victordas96 I have updated the library license in readme to comply with the LGPL requirements. while licensing this library code under the MIT License.