From 8a41c8a8a106a1cddc2f4cfb06c3431e6b519bc1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Mar 2016 20:51:04 +0000 Subject: [PATCH] Fix libsub version in cscript. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 1199c69ca..0e3f9d6c6 100644 --- 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 = '' -- 2.30.2