diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-11 23:46:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 23:46:39 +0200 |
| commit | 3ec476bec2965284a011d35e9ee9a4c799372de7 (patch) | |
| tree | 224e20c81b1c4332ae84536b9cc814a3b23d455b /cscript | |
| parent | 475cc7a5ef77484c43ad785dbec6a0713ba1e618 (diff) | |
Use new channel 14 ATMOS sync creation code in libdcp,
and force films containing ATMOS to have 14 audio channels
and be SMPTE.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
