Bump libdcp to fix whitespace handling in subtitles (#2457). fix-space-handling
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Feb 2023 00:39:32 +0000 (01:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 Feb 2023 00:39:32 +0000 (01:39 +0100)
cscript

diff --git a/cscript b/cscript
index 98b242ef56dd6dba583f64fcfd6d414f47d24194..c4c747f0ce75f362c4e0d88b91e6fcdf35ac7c96 100644 (file)
--- a/cscript
+++ b/cscript
@@ -457,7 +457,7 @@ def dependencies(target, options):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', 'v1.8.58'))
+    deps.append(('libdcp', '89fbc8d186378cd72ab3e9a259073d45b7b993ad'))
     deps.append(('libsub', 'v1.6.42'))
     deps.append(('leqm-nrt', '4560105773c66ac9216b62313a24093bb0a027ae'))
     deps.append(('rtaudio', 'f619b76'))