Hi, I am trying to compile the opus-1.0.2 source code for ios. When I import the files in Xcode and try to build, the build fails. How can we successfully compile opus using Xcode? Are there any special configurations? Thanks a lot in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130307/ef38107d/attachment.htm
On 13-03-07 12:05 AM, abid khan wrote:> I am trying to compile the opus-1.0.2 source code for ios. When I import > the files in Xcode and try to build, the build fails.> How can we successfully compile opus using Xcode? Are there any special > configurations?It's fairly straightforward. I suggest using Makefile.unix as a guide to what defines to set. If you share specific error messages we can offer more specific guidance. -r