Bump libdcp to fix errors when loading DCPs with very big fonts.
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Sep 2023 21:10:49 +0000 (23:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 Sep 2023 21:10:49 +0000 (23:10 +0200)
cscript

diff --git a/cscript b/cscript
index d4d54cd6bfec92e55a35d4988bee962911143960..967803b719b11aeeabffad43b13fbac578406114 100644 (file)
--- 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'))