From: Carl Hetherington Date: Tue, 1 Mar 2016 20:51:04 +0000 (+0000) Subject: Fix libsub version in cscript. X-Git-Tag: v2.6.31~10 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=8a41c8a8a106a1cddc2f4cfb06c3431e6b519bc1;p=dcpomatic.git Fix libsub version in cscript. --- 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 = ''