码迷,mamicode.com
首页 > 其他好文 > 详细

_Decoder_Interface_init xxxxxx in amrFileCodec.o

时间:2015-07-17 20:20:37      阅读:679      评论:0      收藏:0      [点我收藏+]

标签:

Undefined symbols for architecture arm64:

  "_Decoder_Interface_init", referenced from:

      DecodeAMRFileToWAVEFile(char const*, char const*) in amrFileCodec.o

 "_Decoder_Interface_Decode", referenced from:

      DecodeAMRFileToWAVEFile(char const*, char const*) in amrFileCodec.o

 "_Decoder_Interface_Decode", referenced from:

      DecodeAMRFileToWAVEFile(char const*, char const*) in amrFileCodec.o

 "_Decoder_Interface_exit", referenced from:

      DecodeAMRFileToWAVEFile(char const*, char const*) in amrFileCodec.o

 

根据分析是因为,sdk7.1识别出插入的测试机为5s(64位)。在音频转化的时候原本的amrFileCodec.mm出错。于是乎就是在用到不支持64位的开源程序的时候需要修改一下编译选项,经测试可以改成如下

选 中Targets—>Build Settings—>Architectures。双击Architectures,选择other,删除$(ARCH_STANDARD) (点’-’),然后增加armv7和armv7s(点‘+’)。clean一下再编译就行了。

_Decoder_Interface_init xxxxxx in amrFileCodec.o

标签:

原文地址:http://www.cnblogs.com/niexiaobo/p/4655280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!