From ea9ac8aa0a3ccf327e3ba2565542ae757bce82c2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Oct 2016 00:19:21 +0100 Subject: Bump libdcp for fix to #952. --- ChangeLog | 4 ++++ cscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25cdb9d40..2ea2697cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-10-07 Carl Hetherington + + * Fix XML subtitle output in some cases. + 2016-10-05 Carl Hetherington * 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): -- cgit v1.2.3