diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-20 22:17:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-20 22:17:40 +0200 |
| commit | 6a45f995c3c729c02b3db2c48b0b5b996c7c6602 (patch) | |
| tree | 7dd905ef5ac7ef9ad5426e561d775a43e6c3f7dc | |
| parent | 5da8d7521a600a5924fd10c52db21a367db72f97 (diff) | |
Bump libdcp for macOS warning 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', 'b4e1d9f', cpp_lib_options)) - deps.append(('libsub', 'b6377ae', cpp_lib_options)) + deps.append(('libdcp', '86a80bc', cpp_lib_options)) + deps.append(('libsub', '0ab9fe0', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
