You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also as a side note I think the LGPL only requires the vendored copy of LAME to be licensed under LGPL the whole crate can be whatever. That what the "lesser" part means.
However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.
Ah, that was rather lame mistake
Thanks for correcting it
Also as a side note I think the LGPL only requires the vendored copy of LAME to be licensed under LGPL the whole crate can be whatever. That what the "lesser" part means.
I include lame source code for static build, so I use the same license (there is not much benefit in having separate license anyway when you depend on lame's source code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The host flag is also required when cross compiling for other architectures for MacOS. Checking if the target includes
"apple"also covers IOS.