From 141a6bf11a99a1733cd51642cf9053abb1afa6f4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Nov 2018 11:07:44 +0000 Subject: [PATCH] Fix Windows XP build. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 2041ba43c..84269aede 100644 --- a/cscript +++ b/cscript @@ -334,7 +334,7 @@ def dependencies(target): ffmpeg_options = {} if target.platform == 'windows' and target.version == 'xp': - deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] + deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] else: -- 2.30.2