Bump libdcp for fix to negative halign/valign in DCP subtitles.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jan 2018 21:21:01 +0000 (21:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jan 2018 21:21:01 +0000 (21:21 +0000)
cscript

diff --git a/cscript b/cscript
index 180c27bd13ad0c2cef92651246642d51135c040f..0e683e6ef96b89bfa1698f5066662d5b8599c1b1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -290,8 +290,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', '1daf081'),
-            ('libsub', '567a711'),
+            ('libdcp', '0a47e4c'),
+            ('libsub', '688c501'),
             ('rtaudio-cdist', None))
 
 def configure_options(target):