Create dynamic .dylib frameworks for iOS #152
Labels
apple
Affect Apple platforms
enhancement
New feature or request
fixed-in-v4.5.1
scripts
Affect build scripts
v4.4
Affects v4.4 release
v4.5
Affects v4.5 release
Is your feature request related to a problem? Please describe.
Currently ffmpeg-kit generates only static libs for iOS, what means that in order to satisfy LGPL rules I'd need to make my whole project GPL/LGPL or publish object files somewhere, so user can relink app with modified version of the lib. Handling object files is problematic - you'd need to configure project in a weird way that builds 'core' part of your project as some static lib that you publish alongside your app that is on app store. If I understand correctly since ios 8, we can use dylibs, what makes things easier.
Describe the solution you'd like
I'd like to have an option to use ffmpeg as dylib for ios 8+
Describe alternatives you've considered
Alterntaive is to make apps GPL (that may not be desirable for commercial projects) or over-complicate process of publishing app because of LGPL libraries.
Platform
iOS
The text was updated successfully, but these errors were encountered: