summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-23 20:16:12 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-23 22:34:46 +0200
commit5932cc8c99ff9704deab0eb309101ed00c4f570d (patch)
tree7953a8c6d86fd8c8787da4b7e0d185e000e1d684 /cscript
parent27e5d372e8ca10ad0c1fd189f9dc76eb14d7a3ca (diff)
Fix crash now that some audio channels are definitely unused.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 2f699d908..ed8e84d58 100644
--- a/cscript
+++ b/cscript
@@ -375,8 +375,8 @@ def dependencies(target, options):
(target.platform == 'osx' and target.bits == 64) or
(target.platform == 'windows')) else {}
- deps.append(('libdcp', 'e40f5c5', cpp_lib_options))
- deps.append(('libsub', '4bc0e7e', cpp_lib_options))
+ deps.append(('libdcp', '38864bb', cpp_lib_options))
+ deps.append(('libsub', '308476c', cpp_lib_options))
deps.append(('leqm-nrt', 'carl'))
deps.append(('rtaudio', 'carl'))
# We get our OpenSSL libraries from the environment, but we