summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-07 00:19:21 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-07 00:19:21 +0100
commitea9ac8aa0a3ccf327e3ba2565542ae757bce82c2 (patch)
treea84c65e67ef6621ba152666d4b8505bd1f77b5f9
parentf71b2b1d19d4ed27c225b03dcea32271d9a00d6f (diff)
Bump libdcp for fix to #952.
-rw-r--r--ChangeLog4
-rw-r--r--cscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25cdb9d40..2ea2697cd 100644
--- 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 768eb3e64..6e41ff784 100644
--- 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):