diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-26 11:29:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-26 11:29:22 +0200 |
| commit | 55f8dac645e2e36575def1021bb1b92b86fb12b5 (patch) | |
| tree | c5d347728ad6f47255a9aab84b148e9af51822fe /cscript | |
| parent | 2c9b8975679db4b187fd9e7254703898e70224d0 (diff) | |
Bump libdcp trying to reduce RAM needed for build.
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', '41d9b6a', cpp_lib_options)) - deps.append(('libsub', 'fd5af8c', cpp_lib_options)) + deps.append(('libdcp', 'f3e6907', cpp_lib_options)) + deps.append(('libsub', 'f703fc2', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
