FFmpeg-iOS icon indicating copy to clipboard operation
FFmpeg-iOS copied to clipboard

Dynamic Libs?

Open scisci opened this issue 10 years ago • 1 comments

Now that it is possible to bundle dynamic libraries with ios, would it be possible to build .dylibs instead of .a files? What would that involve/would it be better?

scisci avatar Dec 27 '15 15:12 scisci

"Would it be better?" is the key question here I guess, and I don't have an answer.

Some think that a dylib would help with LGPL licensing issues, but others have argued that because the dylib is still code signed, it would not. I would be happy if someone which a legal background could give me more details

below avatar Jun 21 '16 09:06 below