Fix libsub version in cscript.
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 20:51:04 +0000 (20:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 20:51:04 +0000 (20:51 +0000)
cscript

diff --git a/cscript b/cscript
index 1199c69caa7a77304eebaa3973006e9177053eb6..0e3f9d6c6588e3b61f7bc2a72496c7fb09fbf5ce 100644 (file)
--- a/cscript
+++ b/cscript
@@ -263,7 +263,7 @@ def dependencies(target):
 
     return (('ffmpeg-cdist', '96d67de', ffmpeg_options),
             ('libdcp', 'v1.3.0'),
-            ('libsub', 'v1.1.0'))
+            ('libsub', 'v1.1.10'))
 
 def configure_options(target):
     opt = ''