diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-21 22:23:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-23 11:38:43 +0200 |
| commit | 0f214f1e1d3a07415c12df9ebe31e279c7bba7dc (patch) | |
| tree | 1c42331a47cfb218083a2fee091e3e72193a1b7e | |
| parent | d97029163865e212dc3d7b3c57c16459933a11f6 (diff) | |
Bump libdcp/libsub.
| -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', '40f6f7d', cpp_lib_options)) - deps.append(('libsub', 'c5b7a36', cpp_lib_options)) + deps.append(('libdcp', 'b301ef7', cpp_lib_options)) + deps.append(('libsub', '0121b7b', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
