git clone --depth 1 git://github.com/mstorsjo/fdk-aac.git
cd fdk-aac
autoreconf -fiv
./configure --disable-shared
然后ffmpeg configure时加上:
./configure --enable-libfdk_aac
References:
https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=877
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
网友评论