summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-15 21:49:39 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-15 22:38:40 +0100
commit4646b9978c75eba5228d53bff8af1804edac7338 (patch)
tree7f6f7a96a16efffda58730415fae27efdd440b67 /cscript
parentd361b99f8dc8b9b1bcde40e0056e3fc796e5583c (diff)
Use MCASoundField::STEREO (20) for stereo DCPs.2419-main-sound-configuration
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 86c5d434e..2164100d4 100644
--- a/cscript
+++ b/cscript
@@ -457,7 +457,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.50'))
+ deps.append(('libdcp', '9e21471d452b05073d6bb7729f86365a2647cc94'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))