1.faac的作用:把PCM數(shù)據(jù)編碼成AAC數(shù)據(jù) ;
2.linux下faac庫的編譯呛谜;
在faac-1.29.9.2目錄下,執(zhí)行如下命令:
(1)chmod 775 ./configure
(2)sudo ./configure prefix=/home/herbert/share/faac-1.29.9.2/libfaac --host=mips-linux-gnu CFLAGS=-DWORDS_BIGENDIAN
(3) make
(4) make install
./configure
make?
make install
3.將/home/herbert/share/faac-1.29.9.2/libfaac/lib下的幾個生成的庫文件放到開發(fā)板的usr/lib下就完成移植了
生成的庫文件