From ad544d2e17e10aadfe42fa7a49dbf67b86e8aef2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Nov 2018 23:03:14 +0000 Subject: [PATCH] Bump ffmpeg-cdist for Windows 64 arch fix. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index b030362ec..dc70f35a5 100644 --- a/cscript +++ b/cscript @@ -334,9 +334,9 @@ def dependencies(target): ffmpeg_options = {} if target.platform == 'windows' and target.version == 'xp': - deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] -- 2.30.2