summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-19 20:00:30 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-19 20:00:30 +0100
commit5a36b9ab5306bf19bcdf6c5e68556937633159b2 (patch)
tree36e1e26875b636661d366cf8f8466331f54b3045 /cscript
parentffbf2291d5c8d8e3a8e1fa98b029d66ddebcad31 (diff)
Typo.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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)]