美文网首页
ffmpeg # centos # build with lib

ffmpeg # centos # build with lib

作者: FlyingPenguin | 来源:发表于2018-10-15 15:13 被阅读11次
    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

    相关文章

      网友评论

          本文标题:ffmpeg # centos # build with lib

          本文链接:https://www.haomeiwen.com/subject/eemfzftx.html