From a87adce1d0f9528c981572260bb71772f908e840 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Oct 2020 11:27:06 +0200 Subject: [PATCH] Bump libdcp for better error checking. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index ac0f48d66..ce775aabc 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', '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 -- 2.30.2