diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-27 21:19:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-27 21:19:24 +0200 |
| commit | e18c848e522cb1f98af199b3c451610f9e879e76 (patch) | |
| tree | 72c31dd4fbe63a5b3c9a192090928ab8183bf081 | |
| parent | c78e9f0d5e802e1bb020694870357ef271217628 (diff) | |
Bump libdcp for missing xsd fixes.
| -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', '627dfd9', cpp_lib_options)) - deps.append(('libsub', 'efea829', cpp_lib_options)) + deps.append(('libdcp', '9d1c856', cpp_lib_options)) + deps.append(('libsub', '1b52b38', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
