From: Carl Hetherington Date: Sat, 26 Sep 2020 09:29:22 +0000 (+0200) Subject: Bump libdcp trying to reduce RAM needed for build. X-Git-Tag: v2.15.104~82 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=55f8dac645e2e36575def1021bb1b92b86fb12b5 Bump libdcp trying to reduce RAM needed for build. --- diff --git a/cscript b/cscript index 80fdf5d55..8449f4568 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', '41d9b6a', cpp_lib_options)) - deps.append(('libsub', 'fd5af8c', cpp_lib_options)) + deps.append(('libdcp', 'f3e6907', cpp_lib_options)) + deps.append(('libsub', 'f703fc2', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we