summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-08 21:17:46 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-08 21:17:46 +0100
commitaf01c4706141cc45a9504e1e1c15808e8b15e539 (patch)
tree37a8addd0e21daba1f61c1e03d443c1158889d3d
parentd88c15f7cdb30ef88372d64837d39aab1357fbeb (diff)
Bump libdcp for fix to dbox2 channel ID error.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ba851158b..e45b13db5 100644
--- a/cscript
+++ b/cscript
@@ -536,7 +536,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.112'))
+ deps.append(('libdcp', 'v1.8.113'))
deps.append(('libsub', 'v1.6.52'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))