FFmpeg Build Script 9.0.6
Changes since v9.0.5:
-
Make Intel macOS builds link without host X11 and Homebrew libs (
c7a550c)
Intel macOS builds picked up Homebrew and XQuartz libraries from/usr/local,
which broke the static link or left binaries needing XQuartz at runtime. The build
now detects Intel macOS, pinsMACOSX_DEPLOYMENT_TARGETto 11.0, drops host
pkg-config dirs on Intel only, builds SDL2 without X11 video, GnuTLS without
idn/zstd and GMP without assembly on Intel, and disables ffmpeg's xcb/xlib options
only when no X11 is present. -
Support FFmpeg snapshot builds (
6d5afcb)
Adds--ffmpeg-version=snapshotto build the current FFmpeg master from ffmpeg.org. -
Update FFmpeg to 9.0.1 and add
--ffmpeg-version(2fd3c64)
The pinned FFmpeg release moves to 9.0.1 with the checksum of its tag archive.
--ffmpeg-version=VERSIONbuilds a different release, and--ffmpeg-version=latest
resolves the newest one from the release index at https://ffmpeg.org/releases/.
Full Changelog: v9.0.5...v9.0.6