diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-24 01:29:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-26 01:49:33 +0100 |
| commit | 4bee9f40969db94aa7edc7816e1b12a7db3cab07 (patch) | |
| tree | 81548723ac4e6c7a043e5e139b50f98673251f6c /cscript | |
| parent | 6e5dec71bf4e7a5ff81ecc115c04e8ec2b540c67 (diff) | |
Calculate hashes for any referenced assets that do not already have one.
This is necessary so that we always include <Hash> in CPLs even
when referencing DCPs that do not have it.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
