Skip to content

Commit 701201b

Browse files
committed
ci/win32: bump ffmpeg to 8.0
1 parent 0f5fafd commit 701201b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DOCS/compile-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ which bootstraps a MinGW-w64 toolchain and builds mpv along with its dependencie
7676
cat <<EOF > subprojects/ffmpeg.wrap
7777
[wrap-git]
7878
url = https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git
79-
revision = meson-7.1
79+
revision = meson-8.0
8080
depth = 1
8181
[provide]
8282
libavcodec = libavcodec_dep

ci/build-win32.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ $projects = @(
158158
@{
159159
Path = "$subprojects/ffmpeg.wrap"
160160
URL = "https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git"
161-
Revision = "meson-7.1"
161+
Revision = "meson-8.0"
162162
Provides = @(
163163
"dependency_names = libavcodec, libavdevice, libavfilter, libavformat, libavutil, libswresample, libswscale"
164164
"program_names = ffmpeg"

0 commit comments

Comments
 (0)