- Install
make
brew install make
git clone
FFmpeg/FFmpeg
git clone https://github.com/FFmpeg/FFmpeg.git
git checkout
the desire version
git checkout release/5.1
- Run configure command on the Terminal
./configure \
--enable-static \
--pkg-config-flags=--static \
--disable-ffmpeg \
--disable-ffplay
- Run
make
- You may find the resulting
./ffprobe
(Feb 16, 2023) The build configuration step has been replaced with standard build option flags.
The previous way of modifying the
./configure
file was a kind of brute force.