Hackz.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 7f262bf81f8a8ed88f1964ef9468bea37a72d879..029a935ee18d95d06151e2178fbcafd2d6a94e79 100644 (file)
--- a/cscript
+++ b/cscript
@@ -375,8 +375,8 @@ def dependencies(target, options):
             (target.platform == 'osx' and target.bits == 64) or
             (target.platform == 'windows')) else {}
 
-    deps.append(('libdcp', '9a8faac', cpp_lib_options))
-    deps.append(('libsub', '8da829d', cpp_lib_options))
+    deps.append(('libdcp', '5346d1c', cpp_lib_options))
+    deps.append(('libsub', '788ce6e', cpp_lib_options))
     deps.append(('leqm-nrt', 'carl'))
     deps.append(('rtaudio', 'carl'))
     # We get our OpenSSL libraries from the environment, but we
@@ -385,7 +385,7 @@ def dependencies(target, options):
     # the appropriate place later
     deps.append(('openssl', 'carl'))
     if can_build_disk(target):
-        deps.append(('lwext4', '370b3de6'))
+        deps.append(('lwext4', 'win32'))
 
     return deps