diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-12 14:37:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-12 14:37:58 +0100 |
| commit | ba8d08bf0216f21bb12a06f5636cb72abafb3a0c (patch) | |
| tree | 6ad4a231331416fa7785084e3fcbc88af2d12a97 | |
| parent | c3e969b4951ab2dc14cd535d154bc2fdd81ff8c5 (diff) | |
Bump libdcp/libsub for SMPTE subtitle fixes.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | cscript | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2015-09-12 Carl Hetherington <cth@carlh.net> + * Several fixes to SMPTE subtitle syntax. + * Version 2.1.63 released. 2015-09-11 Carl Hetherington <cth@carlh.net> @@ -246,8 +246,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options), - ('libdcp', '068f2bd'), - ('libsub', '96796ad')) + ('libdcp', '75356e0'), + ('libsub', 'bdda3fc')) def configure_options(target): opt = '' |
