diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-29 21:07:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-03 00:24:00 +0100 |
| commit | 57457b8595d5d3e7f028686bd624ec74dde0b034 (patch) | |
| tree | df84484709b6f0126f3dc62a01ad3c46fb8e7756 /cscript | |
| parent | 8798bfab1539c3ac6031bb325e1b181c58b13fc5 (diff) | |
Bump libdcp for SoundAsset::equals() fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', 'c9865a3', cpp_lib_options)) - deps.append(('libsub', 'b0413a7', cpp_lib_options)) + deps.append(('libdcp', '2b522d0', cpp_lib_options)) + deps.append(('libsub', 'fd87fad', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
