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