diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 11:20:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 11:20:00 +0200 |
| commit | 0c998a7f85f1801287d009a170d5d85b8984a7f6 (patch) | |
| tree | 766b785f41c7afc5254c6992b80ab4e4ad1543c0 | |
| parent | 8af44b0f1523f1d808941aa3cedefd7848dfb80b (diff) | |
Bump libdcp for fix to missing .xsd files in the install.
| -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', '1055451', cpp_lib_options)) - deps.append(('libsub', 'b03caf6', cpp_lib_options)) + deps.append(('libdcp', 'c6c18f4', cpp_lib_options)) + deps.append(('libsub', '67fff3c', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
