summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-16 23:03:08 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-29 17:43:07 +0200
commitbb1c1b89260cf36c621f7f2b471eb23f2ff15b0c (patch)
treef344309fa1bd5cf065ff068ce91cdb0b2af11f5c /cscript
parentfbf2c165255989d189bd541fd9f6519c7249d1d7 (diff)
Always make 16-channel MXFs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ddb4cbf4d..ef7448889 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.64'))
+ deps.append(('libdcp', 'v1.8.65'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))