From: Carl Hetherington Date: Tue, 20 Oct 2020 20:17:40 +0000 (+0200) Subject: Bump libdcp for macOS warning fixes. X-Git-Tag: v2.15.104~2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6a45f995c3c729c02b3db2c48b0b5b996c7c6602 Bump libdcp for macOS warning fixes. --- diff --git a/cscript b/cscript index 0e8352757..e6a89d423 100644 --- a/cscript +++ b/cscript @@ -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