From: Carl Hetherington Date: Sun, 19 Aug 2018 19:00:30 +0000 (+0100) Subject: Typo. X-Git-Tag: v2.13.43~6 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=5a36b9ab5306bf19bcdf6c5e68556937633159b2;ds=sidebyside Typo. --- 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)]