1、下载编译库:https://download.youkuaiyun.com/download/wind8961/10966655
2、编译安装libfdk-acc:
./configure
make
make install
3、编译安装libmp3lame:
./configure --enable-shared --disable-asm
make
make install
4、编译安装libx264:
./configure --disable-asm
make
make install