ci/win32: bump ffmpeg to 8.0

This commit is contained in:
Kacper Michajłow
2025-11-14 19:19:00 +01:00
parent 0f5fafdaad
commit 701201b13c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ which bootstraps a MinGW-w64 toolchain and builds mpv along with its dependencie
cat <<EOF > subprojects/ffmpeg.wrap
[wrap-git]
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
revision = meson-7.1
revision = meson-8.0
depth = 1
[provide]
libavcodec = libavcodec_dep
+1 -1
View File
@@ -158,7 +158,7 @@ $projects = @(
@{
Path = "$subprojects/ffmpeg.wrap"
URL = "https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git"
Revision = "meson-7.1"
Revision = "meson-8.0"
Provides = @(
"dependency_names = libavcodec, libavdevice, libavfilter, libavformat, libavutil, libswresample, libswscale"
"program_names = ffmpeg"