Fix Windows XP build.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 9f0460b0efc3418c622de1cb54bd9aca330e238f..84269aedefda72c3ed5d075a8700ecb54ca3a894 100644 (file)
--- a/cscript
+++ b/cscript
@@ -336,14 +336,14 @@ def dependencies(target):
     if target.platform == 'windows' and target.version == 'xp':
         deps = [('ffmpeg-cdist', '5783efa', 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 = []
 
-    deps.append(('libdcp', '7930f76'))
-    deps.append(('libsub', '7bf99dc'))
-    deps.append(('rtaudio-cdist', '739969e'))
+    deps.append(('libdcp', '27e1378'))
+    deps.append(('libsub', '2728525'))
+    deps.append(('rtaudio-cdist', 'b1f0f02'))
 
     return deps