Bump libdcp for fix to #952.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Oct 2016 23:19:21 +0000 (00:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Oct 2016 23:19:21 +0000 (00:19 +0100)
ChangeLog
cscript

index 25cdb9d40fb8d7c73d21ddd4419f989e31cf7d51..2ea2697cd412172d67d77908d8184a7d2588b4e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-07  Carl Hetherington  <cth@carlh.net>
+
+       * Fix XML subtitle output in some cases.
+
 2016-10-05  Carl Hetherington  <cth@carlh.net>
 
        * Updated fr_FR translation from Thierry Journet.
diff --git a/cscript b/cscript
index 768eb3e64c23ecbadd0aef9b547d282b379bcbd3..6e41ff7843c74b05d24135446c812f85897e411e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -233,7 +233,7 @@ def dependencies(target):
         ffmpeg_options = {}
 
     return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
-            ('libdcp', '4e1c04f'),
+            ('libdcp', 'c4d06c3'),
             ('libsub', '3db5052'))
 
 def configure_options(target):