From 5a36b9ab5306bf19bcdf6c5e68556937633159b2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Aug 2018 20:00:30 +0100 Subject: [PATCH] Typo. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 0ea616b23..2366ebdca 100644 --- a/cscript +++ b/cscript @@ -324,7 +324,7 @@ def dependencies(target): ffmpeg_options = {} if target.platform == 'windows' and target.version == 'xp': - deps = [('ffmpeg-cdist', '65c6d9e', ffmpeg_options)] + deps = [('ffmpeg-cdist', '65c6d93', ffmpeg_options)] else: deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] -- 2.30.2