mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
ci/win32: bump ffmpeg to 8.0
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user