diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-17 01:08:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-17 01:08:48 +0200 |
| commit | 54ca5a01f0648d2a5101fab0f50b41d8c90612e4 (patch) | |
| tree | d792cc132ab51f102883d737ac26788427abac19 /cscript | |
| parent | 30e262f486c8390b7c9a1a797471082f90adf61b (diff) | |
Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
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', 'a8d652b', cpp_lib_options)) - deps.append(('libsub', 'bb87e0e', cpp_lib_options)) + deps.append(('libdcp', 'cdb664d', cpp_lib_options)) + deps.append(('libsub', 'dec1726', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
