diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-17 20:38:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-17 21:50:11 +0200 |
| commit | 0280fbcc31b363c1080cb9d119fc61e88dfde9d2 (patch) | |
| tree | 382cf75d8aefaeb9d4bdccd704d0c368006ad597 /cscript | |
| parent | 5d3c9573914a61db10b24ce7e0cef00902c2912c (diff) | |
Hack: disable HMAC check for mono picture and sound.ignore-hmac
Diffstat (limited to 'cscript')
| -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', '56a6b32', cpp_lib_options)) + deps.append(('libsub', '0c918cd', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we |
