Bump libdcp for Interop PNG sub fixes.
authorCarl Hetherington <cth@carlh.net>
Sun, 2 Sep 2018 22:40:16 +0000 (23:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 2 Sep 2018 22:40:16 +0000 (23:40 +0100)
cscript

diff --git a/cscript b/cscript
index da353883b63079cf4c948907d2b6891a894a8108..c86b862a47490d05f4af0d01893a7cf4f3f45438 100644 (file)
--- a/cscript
+++ b/cscript
@@ -328,8 +328,8 @@ def dependencies(target):
     else:
         deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)]
 
-    deps.append(('libdcp', 'f2f2a2a'))
-    deps.append(('libsub', 'c2d6d92'))
+    deps.append(('libdcp', '8259e27'))
+    deps.append(('libsub', '60d922b'))
     deps.append(('rtaudio-cdist', '739969e'))
 
     return deps