Bump libsub for fix to SSA/ASS underline support.
authorCarl Hetherington <cth@carlh.net>
Sun, 3 Jul 2016 20:48:24 +0000 (21:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 Jul 2016 20:48:24 +0000 (21:48 +0100)
ChangeLog
cscript

index 9f92134adeffcab249b270160c553d12122f8c1c..029887a7e4207eb1de121183a33dda2a4d915a75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * Fix line spacing adjustment of SSA/ASS.
 
 
        * Fix line spacing adjustment of SSA/ASS.
 
+       * Fix underline support in SSA/ASS.
+
        * Updated nl_NL translation from Rob van Nieuwkerk.
 
 2016-07-02  Carl Hetherington  <cth@carlh.net>
        * Updated nl_NL translation from Rob van Nieuwkerk.
 
 2016-07-02  Carl Hetherington  <cth@carlh.net>
diff --git a/cscript b/cscript
index 1381ddcee29fde97dd2500d3003ac791f8bf64f2..d6f8a94233625464357f5ce3d1d70e7bdc79c903 100644 (file)
--- a/cscript
+++ b/cscript
@@ -238,7 +238,7 @@ def dependencies(target):
 
     return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
             ('libdcp', '89d5fe1'),
 
     return (('ffmpeg-cdist', 'aab2fb1', ffmpeg_options),
             ('libdcp', '89d5fe1'),
-            ('libsub', '96ea6d2'))
+            ('libsub', 'd281b78'))
 
 def configure_options(target):
     opt = ''
 
 def configure_options(target):
     opt = ''