compiling ffmpeg3.4

下载脚本

https://github.com/kewlbear/FFmpeg-iOS-build-script

cd 到该目录

./build-ffmpeg.sh

它会自动下载安装homebrew和 yasm 还有gas-preprocessor 并且帮你开启权限,(无需chmod 777 /usr/local/bin/gas-preprocessor.pl等复杂命令)

如果遇到compile test fail 需要更改Xcode版本

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

大概需要10分钟编译完成

最后合并.a文件

./build-ffmpeg.sh lipo

你可能感兴趣的:(compiling ffmpeg3.4)