Hi, I've been using the command line opusenc/opusdec tools for a while now to encode/decode files. The next version of OS X changes a few things, so I was looking to recompile these tools using a version of the OS X SDK > 10.7 (needed for apple's "hardened runtime") but had no luck. How can I compile a static version of opus tools on OS X that doesn't depend on any other files, like the older opusenc and opusdec OS X binaries floating around? I hope I'm making sense. Thanks, Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20190520/ff8f8c0a/attachment.html>
Hi, On May 20 11:04:02, scottcbrown at gmail.com wrote:> I've been using the command line opusenc/opusdec tools for a while now to > encode/decode files. The next version of OS X changes a few things,can you be specific?> so I was looking to recompile these tools > using a version of the OS X SDK > 10.7 > (needed for apple's "hardened runtime") but had no luck.What errors are you running into?> How can I compile a static version of opus tools on OS X that doesn't > depend on any other files,Why do you need them to be static?> like the older opusenc and opusdec OS X binaries > floating around?Which ones do you mean? I am bulding my *opus* using https://github.com/janstary/ports/ but that build the normal dynamically linked version Jan