diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 16:57:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 16:57:58 +0200 |
| commit | c697b40192bb4c9df7b0ac75f1edb7134ef47f8f (patch) | |
| tree | a1d5a05bbb0f277e849bfcae4ca9b2be9287e38b | |
| parent | 9666c61542931052b69d453838161421cc22aaf6 (diff) | |
Bump libdcp to fix failure to verify DCPs when the DTD path
has spaces in it (i.e. Windows) (#1766).
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
