- A project for debugging FFmpeg and SDL in Xcode.
- FFmpeg : 7.1
- SDL : 2.28.5
- Xcode : 16.1
- configuration : --disable-asm --disable-lzma --disable-filter=yadif_videotoolbox
- Run ffmpeg, ffplay, or ffprobe.
- Add launch arguments at ‘Edit Scheme’ panel.
- Clone this repo.
- Direct run ffmpeg, ffplay, or ffprobe.
- Download FFmpeg source, configure and make.
- Remove FFmpeg source files from project.
- Open 'build.m', Replace to your own FFmpeg and project paths.
- Select scheme to build-1, and run it.
- Add the files under $(ProjectRoot)/FFmpeg to the project(target is FFmpeg, fftools except).
- Configure fftools to correct target. Refer to existing project 'Target Membership'.
- Select scheme to build-2, and run it.
- Done.