From 4bee9f40969db94aa7edc7816e1b12a7db3cab07 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Nov 2020 01:29:11 +0100 Subject: Calculate hashes for any referenced assets that do not already have one. This is necessary so that we always include in CPLs even when referencing DCPs that do not have it. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 59a7cdd30..1d206dbfd 100644 --- a/cscript +++ b/cscript @@ -370,8 +370,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'e78b38b', cpp_lib_options)) - deps.append(('libsub', 'c7e7bf3', cpp_lib_options)) + deps.append(('libdcp', 'c9865a3', cpp_lib_options)) + deps.append(('libsub', 'b0413a7', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we -- cgit v1.2.3