diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-28 13:03:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-28 13:03:56 +0200 |
| commit | cada1f6449cd8bcf848315a2a3da9125a15d71f3 (patch) | |
| tree | ad5010cb12525b35d1baa1c3d8dec53314d29521 | |
| parent | fba78f24a825995123c7fe06ba4cd92e7afe78ef (diff) | |
Bump lib{dcp,sub}.
| -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', '9a8faac', cpp_lib_options)) - deps.append(('libsub', '8da829d', cpp_lib_options)) + deps.append(('libdcp', '5346d1c', cpp_lib_options)) + deps.append(('libsub', '788ce6e', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
