speex的移植

xiaoxiao2026-08-22  0

[size=large]把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:就可以运行你的程序了 [/size] 相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5051642.html

最新回复(0)