diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-25 23:13:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-25 23:13:14 +0200 |
| commit | b120dfb4818ba797a33a88792f45ea6adbb331a3 (patch) | |
| tree | cdb93650bcc17f509c2a92b853474bf6f7b563ee | |
| parent | a0873f70fbc95cc45106c61e9b3c5dfda3b946f9 (diff) | |
Bump libdcp for new method.
| -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', '5346d1c', cpp_lib_options)) - deps.append(('libsub', '788ce6e', cpp_lib_options)) + deps.append(('libdcp', '184bdd2', cpp_lib_options)) + deps.append(('libsub', '72bf4fc', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
