From: Carl Hetherington Date: Tue, 1 Mar 2016 21:09:24 +0000 (+0000) Subject: Bump libsub. X-Git-Tag: v2.6.31~9 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=31d70cafd68faa0b944e6afc4d8bd6f70ec7e9d3;p=dcpomatic.git Bump libsub. --- diff --git a/cscript b/cscript index 0e3f9d6c6..ed2afc4ff 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.10')) + ('libsub', 'v1.1.11')) def configure_options(target): opt = '' diff --git a/wscript b/wscript index 6a44e34e2..f3f62d157 100644 --- a/wscript +++ b/wscript @@ -247,11 +247,11 @@ def configure(conf): # libsub if conf.options.static_sub: - conf.check_cfg(package='libsub-1.0', atleast_version='1.1.10', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.1.11', args='--cflags', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] conf.env.STLIB_SUB = ['sub-1.0'] else: - conf.check_cfg(package='libsub-1.0', atleast_version='1.1.10', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.1.11', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++