- 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
Hello. Can I ask why you are disabling libxcb? I am seeing some crashes because of it missing. "Library not loaded: /opt/homebrew/opt/libxcb.1.dylib"
Thank you