diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-14 18:57:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-14 18:57:25 +0100 |
| commit | af90e52cd6960c54586cd27a831d535a2001971e (patch) | |
| tree | 854f269c534f6208c804265f61afd1dd0108f925 | |
| parent | 1420c529d7e196f96ddf9580efdc09fa01c55d58 (diff) | |
Bump libsub for Unicode BOM fix.
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2015-06-14 Carl Hetherington <cth@carlh.net> + * Fix parsing of .srt files with a Unicode + byte-order-mark. + * Add buttons to set trim from current `playhead' position (#372). @@ -225,7 +225,7 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), ('libdcp', 'v1.1.0'), - ('libsub', 'v1.1.1')) + ('libsub', 'a002558')) def configure_options(target): opt = '' |
