具体操作说明详见http://www.linuxfromscratch.org/blfs/view/svn/multimedia/ffmpeg.html
一、安装faad2
faad2-2.7.tar.gz (要选择这个扩展名的文件)
http://www.audiocoding.com/downloads.html
安装方法:
tar zxvf faad2-2.7.tar.gz
cd faad2-2.7
autoreconf -vif
./configure --with-mp4v2 --enable-shared
make
make install
二、faac
faac-1.28.tar.gz (要选择这个扩展名的文件)
http://www.audiocoding.com/downloads.html
安装方法:
tar zxvf faac-1.28.tar.gz
cd faac-1.28
./bootstrap
./configure
make
make install
三、安装fdk-aac
下载https://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.5.tar.gz
安装方法:
tar zxvf fdk-aac-0.1.5.tar.gz
cd fdk-aac-0.1.5
./configure --prefix=/usr --disable-static
make
make install
四、安装lame
下载https://downloads.sourceforge.