- Install
make
brew install make
git cloneFFmpeg/FFmpeg
git clone https://github.com/FFmpeg/FFmpeg.git
git checkoutthe 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
./configurefile was a kind of brute force.