diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-20 21:32:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-21 22:12:37 +0100 |
| commit | df5bc9568fe4993cc584c872b7862dc132b484da (patch) | |
| tree | 312e87635cfaa39667c25b0f66971fdbb3dddd8d | |
| parent | 5edda724105a3aff58d099407a775be1a1b4aea1 (diff) | |
Bump libdcp.
| -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', 'f614b45', cpp_lib_options)) - deps.append(('libsub', '97e8588', cpp_lib_options)) + deps.append(('libdcp', 'b636c3e', cpp_lib_options)) + deps.append(('libsub', '6514f5b', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
