编译 libogg +适用于 iOS 的 libvorbis
我正在尝试更新一个应用程序,但它需要编译适用于 iOS 的 libogg 和 libvorbis,因为 SDK 是新的并且需要重新编译。
没有包含任何说明。有谁知道如何为 iOS 编译这两个库?
谢谢!
I am trying to update an app, but it requires compiling libogg and libvorbis for iOS since the SDK is new and requires a recompilation.
No instructions were included. Does anyone know how to compile these two libraries for iOS?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 libogg 和 libvorbis 不包含任何 iOS 特定的构建工具,这就是我要做的:
不能保证这会起作用,但它“应该”。
Since libogg and libvorbis don't include any iOS specific build tools this is what I would do:
No guarantee this will work but it "should".