Use binaryTarget instead of systemLibrary
@gregcotten
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'm not sure if the SPM supports dynamic libraries. On vacation at the moment, will try it when I get back. :)
I have a working CFFmpeg binary target made from dylibs. I can confirm dynamic libraries are working!