diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-13 21:21:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-13 21:21:01 +0000 |
| commit | c5df2c0736585c65f70d87ac700b215ac28a7544 (patch) | |
| tree | 9b1829498c820b367f2e3f1aebd73205a809c7fc /cscript | |
| parent | 392a6384cb048a9f8c154d21addfa22f0513d89e (diff) | |
Bump libdcp for fix to negative halign/valign in DCP subtitles.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -290,8 +290,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', '1daf081'), - ('libsub', '567a711'), + ('libdcp', '0a47e4c'), + ('libsub', '688c501'), ('rtaudio-cdist', None)) def configure_options(target): |
