diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-02 00:23:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-02 00:23:43 +0200 |
| commit | ad1a4f3ac68a0f35a911abee4eb2bd4b4006332d (patch) | |
| tree | 9e05d3249c880919c5cdca009dea639b6b65ebf3 | |
| parent | 0481d603ccf06f3bd7118ed5548bb163de45e017 (diff) | |
Start pinning libdcp/libsub versions again.v2.15.77
| -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', None, cpp_lib_options)) - deps.append(('libsub', None, cpp_lib_options)) + deps.append(('libdcp', '4e885dc', cpp_lib_options)) + deps.append(('libsub', 'ef8f8ac', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
