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 /cscript | |
| parent | 8d29ca001ae8297204d1a9ccfcee5fae485041ff (diff) | |
Bump libdcp for fix to encoded date header in MXF files on Windows (#754).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = '' |
