Bump libdcp for subtitle time rounding fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Feb 2018 21:46:25 +0000 (21:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Feb 2018 21:46:25 +0000 (21:46 +0000)
cscript

diff --git a/cscript b/cscript
index 09488d77bd17199421ada5d14f280b64d894bb02..deb1e3b53e834e2f28b6072317f61ecb283eb591 100644 (file)
--- a/cscript
+++ b/cscript
@@ -283,8 +283,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '5fce90f', ffmpeg_options),
-            ('libdcp', 'f19fba7'),
-            ('libsub', 'c6193e4'),
+            ('libdcp', 'f964e99'),
+            ('libsub', '692bbe5'),
             ('rtaudio-cdist', None))
 
 def configure_options(target):