opus交叉編譯

ortp-0.26.0

./configure --prefix=/home/flourier//work/test/opus_arm/ortp-0.26.0/ortp_arm_install/ --host=arm-linux-gnueabihf

make

make install

 

opus

#!/bin/sh

export export PATH=/home/flourier/work/gcctool/gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/bin:$PATH
export CC=arm-linux-gnueabihf-gcc
export CXX=arm-linux-gnueabihf-g++

./configure --host=arm-linux-gnueabihf --enable-fixed-point --disable-float-api \
                        CFLAGS="-O2 -mfpu=neon -mfloat-abi=hard" HAVE_ARM_NEON_INTR=1 --prefix /home/flourier//work/test/opus_arm/opus-1.3/install

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章