Bump libdcp for Atmos KeyId fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2018 23:47:16 +0000 (00:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 23 Sep 2018 23:47:16 +0000 (00:47 +0100)
cscript

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