Bump libdcp/libsub for SMPTE subtitle fixes.
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Sep 2015 13:37:58 +0000 (14:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Sep 2015 13:37:58 +0000 (14:37 +0100)
ChangeLog
cscript

index ee92ba962cce70de8dd6fe63fd4314d4bbd50ba6..9aafab08cd6400afe9c96ae94d16c66e922a65eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-09-12  Carl Hetherington  <cth@carlh.net>
 
+       * Several fixes to SMPTE subtitle syntax.
+
        * Version 2.1.63 released.
 
 2015-09-11  Carl Hetherington  <cth@carlh.net>
diff --git a/cscript b/cscript
index e5c91a540c12ffff20dddb6f2b12095fe465d516..6df082e256aedec72c4aa7ce81e400998f28b68b 100644 (file)
--- a/cscript
+++ b/cscript
@@ -246,8 +246,8 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options),
-            ('libdcp', '068f2bd'),
-            ('libsub', '96796ad'))
+            ('libdcp', '75356e0'),
+            ('libsub', 'bdda3fc'))
 
 def configure_options(target):
     opt = ''