From: Carl Hetherington Date: Sun, 14 Jun 2015 17:57:25 +0000 (+0100) Subject: Bump libsub for Unicode BOM fix. X-Git-Tag: v2.1.3~2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=af90e52cd6960c54586cd27a831d535a2001971e;p=dcpomatic.git Bump libsub for Unicode BOM fix. --- diff --git a/ChangeLog b/ChangeLog index a81b1589f..5baaafdeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-06-14 Carl Hetherington + * Fix parsing of .srt files with a Unicode + byte-order-mark. + * Add buttons to set trim from current `playhead' position (#372). diff --git a/cscript b/cscript index bfaac5d96..571e3895c 100644 --- a/cscript +++ b/cscript @@ -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 = ''