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 /cscript | |
| parent | 19a66e2230f56cb84c17d1b00d34f2849f36f3e2 (diff) | |
Bump libdcp to fix corrupted audio analyses under some locales (#974).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
