From 4115c8e95e521821994ca16358f106b678056fec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 May 2020 00:06:44 +0200 Subject: [PATCH] Bump ffmpeg to carl-dcpomatic-12 (4.2.2). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index d1bc02c05..b9cfd940d 100644 --- a/cscript +++ b/cscript @@ -364,7 +364,7 @@ def dependencies(target, options): if target.platform == 'windows' and target.version == 'xp': deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)] + deps = [('ffmpeg-cdist', '7427ffe', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] -- 2.30.2