Bump libdcp for another SMPTE subtitle correctness fix. v2.13.95
authorCarl Hetherington <cth@carlh.net>
Tue, 8 Jan 2019 10:01:57 +0000 (10:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 8 Jan 2019 10:01:57 +0000 (10:01 +0000)
cscript

diff --git a/cscript b/cscript
index 47dd3d3797d6bdcefa71218788e4e17372c7edea..7d9146de20e093a883a18a914082299dc54a9ea3 100644 (file)
--- a/cscript
+++ b/cscript
@@ -343,8 +343,8 @@ def dependencies(target):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', '63bff14'))
-    deps.append(('libsub', 'bc18fb2'))
+    deps.append(('libdcp', 'c763ce1'))
+    deps.append(('libsub', '0e41143'))
     deps.append(('rtaudio-cdist', 'a227107'))
 
     return deps