github markus-perl/ffmpeg-build-script v9.0.6
FFmpeg Build Script 9.0.6

latest release: v9.0.7
4 hours ago

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, pins MACOSX_DEPLOYMENT_TARGET to 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=snapshot to 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=VERSION builds 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

Don't miss a new ffmpeg-build-script release

NewReleases is sending notifications on new releases.