summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-05 22:05:12 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-06 21:18:23 +0200
commit08c2f6d80873f41c063c71588e781c9e6c3179e9 (patch)
tree52652f484ce4e69fd2bfdb4c648b2d127e7008f8 /cscript
parent577602f032c0a129612efc8015f846f4bf6e64c9 (diff)
Write MainSoundConfiguration tags with hyphens for unused channels (#2501).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ef7448889..939579fba 100644
--- a/cscript
+++ b/cscript
@@ -477,7 +477,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.65'))
+ deps.append(('libdcp', 'v1.8.66'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))