mirror of https://github.com/mpv-player/mpv
ci/{openbsd,win32}: bump FFmpeg to 7.1
This commit is contained in:
parent
9d55c5bcaf
commit
1b08e8b08e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue