文章

Mac Os编译ffmpeg出错 Error Libfdk_aac Not Found

Mac OS编译ffmpeg出错ERROR: libfdk_aac not found,安装libfdk后解决 First Try -首先执行如下命令:

1
brew install fdk-aac

Failing that you can compile like I do-然后执行如下操作:

1
2
3
4
5
git clone git://github.com/mstorsjo/fdk-aac
cd fdk-aac
autoreconf -i
./configure
make install
本文由作者按照 CC BY 4.0 进行授权
PixPark_WeChat