diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-06 11:27:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-13 18:51:11 +0200 |
| commit | a87adce1d0f9528c981572260bb71772f908e840 (patch) | |
| tree | 1f0e5ee687197b63c9fa90df7780973ad0672350 | |
| parent | 58db95ab6a40c67ebf961ff243adb9e4dac4444c (diff) | |
Bump libdcp for better error checking.
| -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', '9d1c856', cpp_lib_options)) - deps.append(('libsub', '1b52b38', cpp_lib_options)) + deps.append(('libdcp', 'b4e1d9f', cpp_lib_options)) + deps.append(('libsub', 'b6377ae', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
