1.faac的作用:把PCM数据编码成AAC数据 ;
2.linux下faac库的编译;
在faac-1.29.9.2目录下,执行如下命令:
(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
网友评论