Bump libdcp for multi-PKL fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Sep 2018 08:42:10 +0000 (09:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Sep 2018 08:42:10 +0000 (09:42 +0100)
cscript

diff --git a/cscript b/cscript
index fdcdc11ea30a055b1a39519ff1fafbdc0e34f989..ba3c1eb9354eb188f28062cd0c55372f373bfd0b 100644 (file)
--- a/cscript
+++ b/cscript
@@ -331,8 +331,8 @@ def dependencies(target):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', '9eb185c'))
-    deps.append(('libsub', '04d5701'))
+    deps.append(('libdcp', '6ff5bc5'))
+    deps.append(('libsub', 'd4b8b95'))
     deps.append(('rtaudio-cdist', '739969e'))
 
     return deps