Another macOS build fix with Rect.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index b77448ac319bddd8986b106bf31ddf44453a8f18..9e61dcd807f728c0da6fe25cc108da8c32dcb1bc 100644 (file)
--- a/cscript
+++ b/cscript
@@ -427,13 +427,13 @@ def dependencies(target, options):
         ffmpeg_options = {}
 
     if target.platform != 'linux' or target.distro != 'arch':
-        deps = [('ffmpeg-cdist', '107f9af8', ffmpeg_options)]
+        deps = [('ffmpeg-cdist', '4c5269fa', ffmpeg_options)]
     else:
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', 'v1.8.5'))
-    deps.append(('libsub', 'v1.6.5'))
+    deps.append(('libdcp', '81c6fcb'))
+    deps.append(('libsub', '3c541fa'))
     deps.append(('leqm-nrt', '93ae9e6'))
     deps.append(('rtaudio', 'f619b76'))
     # We get our OpenSSL libraries from the environment, but we
@@ -443,7 +443,7 @@ def dependencies(target, options):
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
         deps.append(('lwext4', 'cce3730'))
-    deps.append(('ffcmp', '6259cd4'))
+    deps.append(('ffcmp', 'b9b29fc6'))
 
     return deps