diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-20 21:09:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-20 21:09:02 +0100 |
| commit | 24ae62cee407a05ce391884ce3bce03f53de7982 (patch) | |
| tree | a0abcc40eb077306e08aca71e15218b7e55d1f4c /cscript | |
| parent | a336236cc95034f25ffe503a2ca1c2de2557b296 (diff) | |
Give better errors on Subrip parse failures.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ def dependencies(target): return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), ('libdcp', 'b105b7d'), - ('libsub', '067c21c')) + ('libsub', '79e49c2')) def configure_options(target): opt = '' |
