From e9e1ed26498f86b834030d43bf3f553b7baa7a6b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 12 Mar 2026 23:27:16 +0100 Subject: Bump ffmpeg to a version which does not build the docs. Just for speed, and to try and help building on Arch. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index e8b425af..1de20a5f 100644 --- a/cscript +++ b/cscript @@ -59,7 +59,7 @@ def dependencies(target, options, for_package): if target.platform != 'linux' or target.distro != 'arch' or not for_package: # Use distro-provided FFmpeg and openjpeg on Arch (except when packaging), otherwise our own if options['mpeg2']: - deps.append(('ffmpeg', '693b3a8274ce407d0741d320849dc9433c748262', ffmpeg_options)) + deps.append(('ffmpeg', '2889a7bb300f5014cf5142ef8dcdad8faf33e417', ffmpeg_options)) deps.append(('openjpeg', 'ad8edaacd54a862940d0a77c41ecda5858b54d6e')) return deps -- cgit v1.2.3