diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-16 00:38:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-16 01:40:36 +0100 |
| commit | d676cd5115d8c79a547742364f2037435c14a54a (patch) | |
| tree | 9844d2c98826007c10c174f6f7a2f408b0e425ea | |
| parent | a1bf6bf92bb479797271a5b88fecd3e908471b42 (diff) | |
Bump libdcp for const fix.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -373,8 +373,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'c81a5f9', cpp_lib_options)) - deps.append(('libsub', 'ca2b17d', cpp_lib_options)) + deps.append(('libdcp', 'd989a83', cpp_lib_options)) + deps.append(('libsub', 'f17a4fd', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
