From: Carl Hetherington Date: Mon, 22 Aug 2016 15:07:39 +0000 (+0100) Subject: Bump libdcp for double-subtitle fix. X-Git-Tag: v2.9.15~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=e6f5f2e8184a10365651af63e2144d85d006cf64 Bump libdcp for double-subtitle fix. --- diff --git a/ChangeLog b/ChangeLog index ca0523397..b98f3f40f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-08-22 c.hetherington + * Fix doubled-up subtitles in some cases when importing + DCPs with subtitles. + * Fix colour tint in subtitles burnt into existing DCP content. diff --git a/cscript b/cscript index c647f8a02..e4a68a53f 100644 --- a/cscript +++ b/cscript @@ -237,7 +237,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', 'fab8525'), + ('libdcp', 'c178a9d'), ('libsub', '067c21c')) def configure_options(target):