ffmpeg-xcode
ffmpeg xcode project
build steps
step 1 编译 ffmpeg
tar xvf ffmpeg-3.0.2.tar.bz2cd ffmpeg-3.0.2./configure --enable-debugmake -j8
step 2 新建一个空的 xcode 项目
step 3 添加 ffmpeg-3.0.2 源码目录进 ffmpeg-xcode 项目中
step 4 添加头文件搜索路径
step 5 添加一个 target
File -> New -> Target -> OS X -> Other -> External Build System

- target 命名为
ffmpeg-make

- target 切换到
ffmpeg-make

step 6 修改 ffmpeg-make 源码路径配置
step 7 修改 ffmpeg-make 命令行参数
step 8 添加断点(ffplay.c->main函数), 点击 run
On this page
Languages
C71.5%HTML10.5%Groff8.2%Assembly4.9%Makefile3.3%C++1.2%Objective-C0.1%Perl0.1%Shell0.1%CSS0.0%Python0.0%Verilog0.0%
Contributors
MIT License
Created June 13, 2016
Updated April 17, 2025










