I have an iOS app which use the ffmpeg library, and iOS should compile in static link. According to the LGPLv2, do I release my source code related my UI or other bussiness logic ?
1
There are 1 best solutions below
Related Questions in LGPL
- LGPL - iOS App written in Swift with external Qt Library
- Does Apple allow Qt on iOS as dynamic library?
- If you read an LGPL projects source code and that inspires an entirely different implementation, is that work still a derived work?
- Licensing: Android, LGPL and the ZBar QR Code scanner
- Implications when using GNU licensed open source
- Adding OSGi manifest metadata to LPGL Library
- could i have to send all the source code of the application who has just one gpl library?
- LGPL License and shared libraries
- Distribution of commercial front-end for LGPL-licensed console application
- Determine CPU Speed / Memory in C/C++ (Linux), LGPL or BSD are a requirement
- Linking GLIBC statically and proprietary software licensing
- Audio import library that is not under the LGPL?
- Copyrights & Licenses: A bit lost
- AndEngine License - what should I write in About?
- LGPL Can you distribute an executable by itself if source code is available separately?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The interaction between the LGPL and Apple's app store is a disputed issue. The only way to get advice you can rely on is to ask a lawyer. I believe that you have two choices -- you can either open source your entire application or you can make available all the object code (
.oand.afiles) needed to re-link your application.