From f9361d461d2137953a492a2d424ef9df757290d4 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(-) (limited to 'cscript') diff --git a/cscript b/cscript index 5a076d2bc..07178d797 100644 --- a/cscript +++ b/cscript @@ -346,7 +346,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