Missing files in Windows XP ffmpeg.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 19:05:21 +0000 (20:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 19:05:21 +0000 (20:05 +0100)
cscript

diff --git a/cscript b/cscript
index 2366ebdca0f9f0faacb0e91c284b5020c9ec689a..242d41e4a2683a13b99c2c843904c361319dafe7 100644 (file)
--- 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)]