diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-17 21:23:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-17 21:23:20 +0000 |
| commit | 61fe776a5e04044ca28e5bbd63ce746be580f29b (patch) | |
| tree | 865c274a20ec1d13307416ba4cf57baa16cfafca | |
| parent | 8d29ca001ae8297204d1a9ccfcee5fae485041ff (diff) | |
Bump libdcp for fix to encoded date header in MXF files on Windows (#754).
| -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 = '' |
