`
kulinglei
  • 浏览: 99024 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

speex的移植

阅读更多
把speex移植到arm开发板
1:下载libogg_1.1.0.orig.tar.gz:
   tar -xf libogg_1.1.0.orig.tar.gz
2: cd libogg_1.1.0
   ./configure --prefix="安装的目录" --host="安装的平台(arm-linux)";初始化
   ./make 编译
   ./make install安装
3:下载speex,解压,
  ./configure --prefix="" --host="" --with-ogg="ogg的安装目录" --with-oggheader="ogg的头文件"
  --with-ogg-libraries="ogg的库"
4:把安装好的speex/lib下的libspeex.so.*文件拷贝到arm的lib下,也可以export LD_LIBRARE_PATH="你的路径"
4:就可以运行你的程序了


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics