Try to make subtitle view resizeable on all platforms (#781).
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index b44ce40ba0ad7c24cc345f11788bb9cc5523b52b..36b7e3eb94c312cc26174149c49d9cafc0007df4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -278,9 +278,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
-            ('libdcp', 'fb03c08'),
-            ('libsub', 'f368daf'))
+    return (('ffmpeg-cdist', 'b559555', ffmpeg_options),
+            ('libdcp', '03fb9d4'),
+            ('libsub', '2abff58'))
 
 def configure_options(target):
     opt = ''