编译 libogg +适用于 iOS 的 libvorbis

发布于 2024-12-03 07:35:18 字数 124 浏览 1 评论 0原文

我正在尝试更新一个应用程序,但它需要编译适用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稍尽春風 2024-12-10 07:35:18

由于 libogg 和 libvorbis 不包含任何 iOS 特定的构建工具,这就是我要做的:

  1. 下载这两个项目。
  2. 查看静态 Mac OS X 目标并重新创建它们的 iOS 版本。
  3. 将您需要的任何头文件以及新的静态库复制到您的项目中。

不能保证这会起作用,但它“应该”。

Since libogg and libvorbis don't include any iOS specific build tools this is what I would do:

  1. Download both projects.
  2. Take a look at the static Mac OS X targets and re-create iOS versions of them.
  3. Copy any header files you need plus your new static libraries into your project.

No guarantee this will work but it "should".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文