天天看点

FFMPEG libfdk-aac编译

下载:

git clone https://github.com/mstorsjo/fdk-aac.git      

编译:

./autogen.sh
 
./configure CFLAGS=-fPIC
 
make -j
 
sudo make install      

继续阅读