summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-19 20:05:21 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-19 20:05:21 +0100
commit13de5907ab95660ce81bcc5aa0f40a7852ee28a3 (patch)
tree4a3f17d6d654561869c6f8ca0fdba450fd21180d /cscript
parent5a36b9ab5306bf19bcdf6c5e68556937633159b2 (diff)
Missing files in Windows XP ffmpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2366ebdca..242d41e4a 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', '65c6d93', ffmpeg_options)]
+ deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
else:
deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]