@H_502_1@
我正在尝试为iPhone应用程序编译和使用Speex编解码器.我用了几个教程:
http://codeforfun.wordpress.com/2010/04/29/compile-speex-for-iphone/
http://codeforfun.wordpress.com/2010/04/29/compile-speex-for-iphone/
还试图用这个建议编译它:
Cross -Compiling speex library for ios
和offcourse将“SDKROOT”改为“iphoneos”
所有这些让我遇到了一个我无法真正创建二进制文件的问题.我想我已经尝试了一切!
我认为问题是关于makefile丢失的问题.我已经将原始的Makefile.in更改为“makefile”,现在xCode可以找到它,但它仍然不起作用.
我得到的错误是:d:警告:找不到选项’-L … / CSource / libspeex / .libs’的目录
架构armv7s的未定义符号:
“_speex_nb_mode”,引自:
– MainViewController.o中的[MainViewController viewDidLoad]
请帮忙!
解决方法
我还没有测试过,但这里是针对iOS预编译的Speex库:
https://github.com/iosdevzone/IDZPrecompiledSpeex