Bump libdcp for subtitle alignment parsing fix (#2602).
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Aug 2023 22:03:16 +0000 (00:03 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Aug 2023 22:40:31 +0000 (00:40 +0200)
cscript

diff --git a/cscript b/cscript
index 583d4220846ddcedeb6f7e5f3f80510d6418db1b..233291cd3cf68d24f20e7f680e0b0a44d71df3a9 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.77'))
+    deps.append(('libdcp', 'v1.8.79'))
     deps.append(('libsub', 'v1.6.44'))
     deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
     deps.append(('rtaudio', 'f619b76'))