diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-23 12:22:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-23 12:22:38 +0200 |
| commit | dbefa1fcaca2c28ee8b4fe137b80320a6a40138c (patch) | |
| tree | 4a5c5e523e0f3aee370e71383cbb5ce72de32d69 | |
| parent | cde60b33c3b63b09705475154281bf236f1ef018 (diff) | |
Bump libdcp for new API stuff.
| -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', 'b301ef7', cpp_lib_options)) - deps.append(('libsub', '0121b7b', cpp_lib_options)) + deps.append(('libdcp', 'e40f5c5', cpp_lib_options)) + deps.append(('libsub', '4bc0e7e', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
