From d67bcfa6c795f6f1dc3f7907acd25049a30e8288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 22 Sep 2026 12:06:45 +0200 Subject: [PATCH] ci/build-win32.ps1: bump ffmpeg to 9.0 branch --- DOCS/compile-windows.md | 2 +- ci/build-win32.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/compile-windows.md b/DOCS/compile-windows.md index a9d51ed760e5e..705271ecc8718 100644 --- a/DOCS/compile-windows.md +++ b/DOCS/compile-windows.md @@ -76,7 +76,7 @@ which bootstraps a MinGW-w64 toolchain and builds mpv along with its dependencie cat < subprojects/ffmpeg.wrap [wrap-git] url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git - revision = meson-8.1 + revision = meson-9.0 depth = 1 [provide] libavcodec = libavcodec_dep diff --git a/ci/build-win32.ps1 b/ci/build-win32.ps1 index f05c8007af2e2..c8d01531ae2f8 100644 --- a/ci/build-win32.ps1 +++ b/ci/build-win32.ps1 @@ -235,7 +235,7 @@ $projects = @( @{ Path = "$subprojects/ffmpeg.wrap" URL = "https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git" - Revision = "meson-8.1" + Revision = "meson-9.0" Provides = @( "dependency_names = libavcodec, libavdevice, libavfilter, libavformat, libavutil, libswresample, libswscale" "program_names = ffmpeg"