diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-07 21:46:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-07 21:46:25 +0000 |
| commit | 8da9b51b24291b1043105ad4deb838d37f81e852 (patch) | |
| tree | f140553f8f0f6315190c444f7b884a986268f307 | |
| parent | 8bfe295dcc4e1753ee1c89310108bc6bc034cd61 (diff) | |
Bump libdcp for subtitle time rounding fix.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -283,8 +283,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', 'f19fba7'), - ('libsub', 'c6193e4'), + ('libdcp', 'f964e99'), + ('libsub', '692bbe5'), ('rtaudio-cdist', None)) def configure_options(target): |
