开发者

Compiling libogg + libvorbis for 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开发者_如何学Go!


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".

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜