From 5fd002bad73f55800b14fe46a5b93278cc0f1578 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Mar 2019 22:29:29 +0000 Subject: Bump ffmpeg. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 5a313d4f4..98810b79c 100644 --- a/cscript +++ b/cscript @@ -326,7 +326,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 = [] -- cgit v1.2.3