Bump libdcp to fix failure to verify DCPs when the DTD path
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 14:57:58 +0000 (16:57 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 14:57:58 +0000 (16:57 +0200)
has spaces in it (i.e. Windows) (#1766).

cscript

diff --git a/cscript b/cscript
index f63de700f90b6f3153aa7bae376c0fba329ebf1d..2e7820e539fcf5e61216981f8c2b7438e5a198e5 100644 (file)
--- a/cscript
+++ b/cscript
@@ -375,8 +375,8 @@ def dependencies(target, options):
             (target.platform == 'osx' and target.bits == 64) or
             (target.platform == 'windows')) else {}
 
-    deps.append(('libdcp', 'c6c18f4', cpp_lib_options))
-    deps.append(('libsub', '67fff3c', cpp_lib_options))
+    deps.append(('libdcp', 'a8d652b', cpp_lib_options))
+    deps.append(('libsub', 'bb87e0e', cpp_lib_options))
     deps.append(('leqm-nrt', 'carl'))
     deps.append(('rtaudio', 'carl'))
     # We get our OpenSSL libraries from the environment, but we