summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-01 22:41:57 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-01 23:15:31 +0100
commit391a2852b6e73792882df5ea0d65238d840ab894 (patch)
tree6171768f453cf0f1e698b6631822052adcd0818c /cscript
parentafbe4ce5dd551149f931c41bf27c22ef1f55155f (diff)
Bump libdcp for fixes to font handling in combine operations.multi-fonts-in-pkl
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0127aa423..48f20995c 100644
--- a/cscript
+++ b/cscript
@@ -453,7 +453,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.49'))
+ deps.append(('libdcp', '05d1f72e835b90b42298a33d83ae9e618f9f54f5'))
deps.append(('libsub', 'v1.6.42'))
deps.append(('leqm-nrt', '93ae9e6'))
deps.append(('rtaudio', 'f619b76'))