From 89f39a495625f71201dfe5c389967c3beb8eca33 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 30 Jun 2024 23:34:43 +0200 Subject: Bump FFmpeg to one based on 7.0.1. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index c331d952..2db3725f 100644 --- a/cscript +++ b/cscript @@ -48,7 +48,7 @@ def dependencies(target, options): if target.platform != 'linux' or target.distro != 'arch': # Use distro-provided FFmpeg on Arch, otherwise our own - deps.append(('ffmpeg', '0b73d2f5e70a04a67aa902902c42e3025ef3bb77', ffmpeg_options)) + deps.append(('ffmpeg', '1b3378e5361c73076ce736dfa2c7b40bd6f24380', ffmpeg_options)) return deps -- cgit v1.2.3