summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-08 14:31:19 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-14 21:13:22 +0100
commit0ecea9f4d1a772e99f396e47364e68abfbfe9f7f (patch)
treecbcd29ed889d276dda2a4f1b4029c5b84d1eb296 /cscript
parent5800e1f2abecb709cbdc1408d1328f29cdbcb370 (diff)
Bump libdcp to fix font ID bug in the combiner (#2402).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 65c247b8c..86c5d434e 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.49'))
+ deps.append(('libdcp', 'v1.8.50'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))