From: Carl Hetherington Date: Sun, 15 Nov 2020 23:38:23 +0000 (+0100) Subject: Bump libdcp for const fix. X-Git-Tag: v2.15.108~50 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d676cd5115d8c79a547742364f2037435c14a54a Bump libdcp for const fix. --- diff --git a/cscript b/cscript index ae748ac07..44051acc0 100644 --- a/cscript +++ b/cscript @@ -373,8 +373,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'c81a5f9', cpp_lib_options)) - deps.append(('libsub', 'ca2b17d', cpp_lib_options)) + deps.append(('libdcp', 'd989a83', cpp_lib_options)) + deps.append(('libsub', 'f17a4fd', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we