From a58ffbca2493d7538c1bee11f0f82916a35fbb42 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Mar 2019 22:29:29 +0000 Subject: [PATCH] Bump ffmpeg. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index efe8c94b8..c31738b89 100644 --- a/cscript +++ b/cscript @@ -345,7 +345,7 @@ def dependencies(target): 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', 'a820b44', ffmpeg_options)] + deps = [('ffmpeg-cdist', '20d3ddf', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] -- 2.30.2