From 5a3e836da9480bca0c3ef3384fa2010f358ccc7e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 11 Sep 2020 01:07:46 +0200 Subject: Add dcpomatic_combine tool (#1245). --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 241a9580a..5aeba3da3 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', '184bdd2', cpp_lib_options)) - deps.append(('libsub', '72bf4fc', cpp_lib_options)) + deps.append(('libdcp', '40f6f7d', cpp_lib_options)) + deps.append(('libsub', 'c5b7a36', 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