diff options
| -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 = '' |
