diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-17 14:38:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-17 14:38:24 +0100 |
| commit | 987238a22e696862aaad92adf9f32fd77aef0e07 (patch) | |
| tree | a2dde9bfefb0fe87b70c7814bbec8fb742c6e5d7 | |
| parent | 19a66e2230f56cb84c17d1b00d34f2849f36f3e2 (diff) | |
Bump libdcp to fix corrupted audio analyses under some locales (#974).
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2016-10-17 c.hetherington <cth@carlh.net> + + * Bump libdcp for fix to corrupted audio analyses + under some locales (#974). + 2016-10-14 Carl Hetherington <cth@carlh.net> * Version 2.9.34 released. @@ -233,7 +233,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', 'b74dee5'), + ('libdcp', '6527778'), ('libsub', '3db5052')) def configure_options(target): |
