Bump libsub for subrip italic fix (#837).
authorCarl Hetherington <cth@carlh.net>
Mon, 4 Apr 2016 22:39:44 +0000 (23:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Apr 2016 22:39:44 +0000 (23:39 +0100)
ChangeLog
cscript

index 261b3315fe2206e40f47a56b3b2e329cad3ff4d3..f480037979606a406df79456d10850ae9f83feed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-04  Carl Hetherington  <cth@carlh.net>
+
+       * Fix failure to keep italic etc. going across
+       multiple lines of a SubRip subtitle (#837).
+
 2016-04-01  Carl Hetherington  <cth@carlh.net>
 
        * Updated fr_FR translation from Thierry Journet.
diff --git a/cscript b/cscript
index 1e54913cbd62b1c308f26ba912f5aea780494844..a1671ee60027d36eb9e003ce5ebe180f07c3c7a8 100644 (file)
--- a/cscript
+++ b/cscript
@@ -263,7 +263,7 @@ def dependencies(target):
 
     return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
             ('libdcp', 'bc70899'),
-            ('libsub', 'v1.1.11'))
+            ('libsub', 'b9fb00d'))
 
 def configure_options(target):
     opt = ''