美文网首页
Centos8 编译 ffmpeg 静态库

Centos8 编译 ffmpeg 静态库

作者: iVikings | 来源:发表于2023-08-28 15:36 被阅读0次
    https://ffmpeg.org/releases/
    
    • 解压
    tar -zxvf ffmpeg-6.0.tar.gz
    
    • 进入 ffmpeg-6.0 文件夹
    cd /opt/ffmpeg-6.0
    
    • 执行
    ./configure --prefix=/opt/ffmpeg --pkg-config-flags="--static" --disable-x86asm --disable-shared --enable-libx264 --enable-gpl --enable-openssl --enable-nonfree --enable-libmp3lame
    
    make -j8
    
    make install
    

    相关文章

      网友评论

          本文标题:Centos8 编译 ffmpeg 静态库

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