summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-24 01:21:28 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-24 01:21:28 +0100
commit8117e7226f8dd0c2468b5dbe6dbdd1d65a70b815 (patch)
treed4dafeb1c3a8344f720b3a6f528bdf48d05220a7
parent469b5c52512d16bf1dade0f010bb028816d640f5 (diff)
Bump libdcp for fix to AudioChannelLabelSubDescriptor count (#2431).
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a4c3606f7..4367e024c 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.53'))
+ deps.append(('libdcp', 'v1.8.54'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))