Greg Cotten

Results 115 comments of Greg Cotten

Can you point to an example in the source code of what we should be doing with the new "native" approach?

Happy to start making changes to make sure everything works properly

I wonder if using the vended .dylibs would be a possibility, though it could be an install name nightmare. You can build the dynamic libraries with ``--enable-shared --disable-static``

I might mess around with the dylib idea - it makes it a bit more LGPL compliant that way.

I have a working CFFmpeg binary target made from dylibs. I can confirm dynamic libraries are working!

[WWDC20 talk tomorrow](https://developer.apple.com/videos/play/wwdc2020/10147/) regarding this very topic!

Will test soon! Are the binaries dylib or static?

I think we need to have a LGPL-compliant version for the build script, and to do that I believe we'll need to use dynamic libraries.

This [build script](https://github.com/sunlubo/SwiftFFmpeg/blob/master/scripts/build.sh) enables GPL parts of FFmpeg, which make it impossible to use in a closed-source commercial project.