diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-02 00:18:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-02 23:10:04 +0100 |
| commit | b639b7b20f1ab341194bcd5c76700ca419254d11 (patch) | |
| tree | 8678599b0507be66b8810a88ab3aafd03d009387 /cscript | |
| parent | 4cf45229bf55344e708fead769f694f13bacf39c (diff) | |
Bump libdcp for new dcp::ArrayData stuff.
Diffstat (limited to 'cscript')
| -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', 'd08f689', cpp_lib_options)) - deps.append(('libsub', '8f67794', cpp_lib_options)) + deps.append(('libdcp', 'c81a5f9', cpp_lib_options)) + deps.append(('libsub', 'ca2b17d', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
