summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-06 23:10:49 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-06 23:10:49 +0200
commitf9368b8937e08e91965e2219b6cd2a5e1dceda58 (patch)
tree5a76ffc4d236ea2203ad64a7703e4c69f214b909
parent2a67bb1c783ad96addcdc171c6b4cdf632daf5c1 (diff)
Bump libdcp to fix errors when loading DCPs with very big fonts.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d4d54cd6b..967803b71 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.80'))
+ deps.append(('libdcp', 'v1.8.81'))
deps.append(('libsub', 'v1.6.44'))
deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
deps.append(('rtaudio', 'f619b76'))