在macOS系统中编译FFmpeg(静态编译)

官方文档:https://trac.ffmpeg.org/wiki/CompilationGuide/macOS

步骤:

  1. git clone https://git.ffmpeg.org/ffmpeg.git
  2. ./configure --disable-x86asm【静态编译,默认编译成静态库;运行./configure --help输出的内容节选([no]是指默认值):Configuration options: --disable-static do not build static libraries [no]、--enable-shared build shared libraries [no]】
  3. make
  4. make install(如果不需要安装,可以不运行这个步骤)

posted on   cag2050  阅读(305)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
历史上的今天:
2020-02-04 JVM 性能调优工具:jstat 使用
2020-02-04 JVM 性能调优工具,列表
2017-02-04 移动端遇到问题

导航

点击右上角即可分享
微信分享提示