diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | cscript | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2015-11-17 Carl Hetherington <cth@carlh.net> + * Bump libdcp for fix to encoded date header in MXF files when + encoding on Windows (#754). + * Version 2.5.5 released. 2015-11-17 c.hetherington <cth@carlh.net> @@ -279,8 +279,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), - ('libdcp', '332c7c3'), - ('libsub', 'c9a1a57')) + ('libdcp', '960fa45'), + ('libsub', '8b82c40')) def configure_options(target): opt = '' |
