Bump libsub for Unicode BOM fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Jun 2015 17:57:25 +0000 (18:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Jun 2015 17:57:25 +0000 (18:57 +0100)
ChangeLog
cscript

index a81b1589f46abe731c546c1f0837190a4bbaa972..5baaafdeb905c7e2615a75ae2edc375185d80c77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).
 
diff --git a/cscript b/cscript
index bfaac5d96ac248487089497e7ffd2118facfae66..571e3895c374b22f3ea1a7945978eb8e8927fa62 100644 (file)
--- 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 = ''