summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-24 23:51:16 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-27 12:11:38 +0200
commit638d6b82c6c885a370e30e529a995727f2042e9c (patch)
treeec62498bd000dfd6e2871bf28e999136cc59e120
parent6e49be4baede66ce5f89c45fffafb6bdfff95401 (diff)
Bump libdcp to properly check for missing fonts in CCAP LoadFont tags.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 233291cd3..7dd1cf0e1 100644
--- a/cscript
+++ b/cscript
@@ -506,7 +506,7 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- deps.append(('libdcp', 'v1.8.79'))
+ deps.append(('libdcp', '8305f28ea22a834cc4a9e4b324110b5ff4ba1bd1'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))