diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-07 00:19:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-07 00:19:21 +0100 |
| commit | ea9ac8aa0a3ccf327e3ba2565542ae757bce82c2 (patch) | |
| tree | a84c65e67ef6621ba152666d4b8505bd1f77b5f9 | |
| parent | f71b2b1d19d4ed27c225b03dcea32271d9a00d6f (diff) | |
Bump libdcp for fix to #952.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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): |
