diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-22 23:42:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-24 00:02:59 +0100 |
| commit | ec9b71e5a2e6b459b0f94bae17aec12b1f4b52f5 (patch) | |
| tree | 15f8b19a841820561c046cde433d0fd43128a8fe | |
| parent | a332bd6be323f03dad5b180fb237afe54f1bf81e (diff) | |
Bump libdcp for ExtensionMetadata tags (#1808).
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'b636c3e', cpp_lib_options)) - deps.append(('libsub', '6514f5b', cpp_lib_options)) + deps.append(('libdcp', 'e78b38b', cpp_lib_options)) + deps.append(('libsub', 'c7e7bf3', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
