summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-11 16:57:58 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-11 16:57:58 +0200
commitc697b40192bb4c9df7b0ac75f1edb7134ef47f8f (patch)
treea1d5a05bbb0f277e849bfcae4ca9b2be9287e38b
parent9666c61542931052b69d453838161421cc22aaf6 (diff)
Bump libdcp to fix failure to verify DCPs when the DTD path
has spaces in it (i.e. Windows) (#1766).
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index f63de700f..2e7820e53 100644
--- 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