Fix crash when loading old state files.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 9d48045ec181dff30527fca35a5e180839f840f6..d91f451973343a3d2954767662eb06a01adcf611 100644 (file)
--- a/cscript
+++ b/cscript
@@ -236,9 +236,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', '4d803a9', ffmpeg_options),
-            ('libdcp', 'f028e8a'),
-            ('libsub', '3d8c3bc'))
+    return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
+            ('libdcp', '5591a50'),
+            ('libsub', 'a06e701'))
 
 def configure_options(target):
     opt = ''