Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近发布的 OPUS Audio 编解码器(libopus?)可以编译为在移动设备上运行(阅读 iPhone/Android)吗?
我已经搜索并得出结论,文档说明它在 ARM 设备上运行,但是在尝试编译库后,交叉编译时总是失败。
是我弄错了还是目前不支持此类设备?
我缺少的一件事是主机,它原来是“arm-apple-darwin”,现在它工作正常。
./configure --host=arm-apple-darwin
对我来说,它直接建立在 Xcode 上。无需使用交叉编译器。我正在为 iOS 编译它。