Backport of c75484af73d38b00a4f27143f8e434b6f25bf355 from master; fix for overlaid...
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index ea005f40fe927cb6b4d056500b2509770f244100..c818229b508825242cf4ad314c57657b51ddfb9f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,6 +1,6 @@
 # -*- mode: python -*-
 #
-#    Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
+#    Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
 #
 #    This file is part of DCP-o-matic.
 #
@@ -310,9 +310,9 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', 'v1.5.3'),
-            ('libsub', 'v1.3.3'),
+    return (('ffmpeg-cdist', 'a92889b', ffmpeg_options),
+            ('libdcp', 'v1.5.5'),
+            ('libsub', 'v1.3.5'),
             ('rtaudio-cdist', '739969e'))
 
 def configure_options(target):