Add a stored list of DKDMs to the creator rather than just a load button (#767).
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index e3b17b91e0482772448a23fbee8976faebb47eb9..c25a68e59d527440f11c8805e3aef317c68bc55c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -278,9 +278,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
-            ('libdcp', 'b9e6635'),
-            ('libsub', '2e52f11'))
+    return (('ffmpeg-cdist', 'b559555', ffmpeg_options),
+            ('libdcp', '2a4eb72'),
+            ('libsub', '4e6d9c9'))
 
 def configure_options(target):
     opt = ''