From 3ec476bec2965284a011d35e9ee9a4c799372de7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 11 Jul 2020 23:46:39 +0200 Subject: Use new channel 14 ATMOS sync creation code in libdcp, and force films containing ATMOS to have 14 audio channels and be SMPTE. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 864ec90c2..fd9a12653 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', '2667081', cpp_lib_options)) - deps.append(('libsub', 'fc5ce01', cpp_lib_options)) + deps.append(('libdcp', '9a8faac', cpp_lib_options)) + deps.append(('libsub', '8da829d', 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