ci/{openbsd,win32}: bump FFmpeg to 7.1

This commit is contained in:
Kacper Michajłow 2024-10-06 18:44:33 +02:00
parent 9d55c5bcaf
commit 1b08e8b08e
3 changed files with 3 additions and 3 deletions

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-6.1
revision = meson-7.1
depth = 1
[provide]
libavcodec = libavcodec_dep

View File

@ -7,7 +7,7 @@ mkdir -p subprojects
cat <<EOF > subprojects/ffmpeg.wrap
[wrap-git]
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
revision = meson-6.1
revision = meson-7.1
depth = 1
[provide]
libavcodec = libavcodec_dep

View File

@ -115,7 +115,7 @@ $projects = @(
@{
Path = "$subprojects/ffmpeg.wrap"
URL = "https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git"
Revision = "meson-7.0"
Revision = "meson-7.1"
Provides = @(
"libavcodec = libavcodec_dep",
"libavdevice = libavdevice_dep",