Bump ffmpeg-cdist for Windows 64 arch fix.
authorCarl Hetherington <cth@carlh.net>
Thu, 22 Nov 2018 23:03:14 +0000 (23:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Nov 2018 23:03:14 +0000 (23:03 +0000)
cscript

diff --git a/cscript b/cscript
index b030362ec36a95e449e63bffae4fdb975dbcd60c..dc70f35a5d24071267498a70c2fba0aeeb1349f2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -334,9 +334,9 @@ def dependencies(target):
         ffmpeg_options = {}
 
     if target.platform == 'windows' and target.version == 'xp':
-        deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)]
     elif target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []