From: Carl Hetherington Date: Tue, 1 Oct 2019 21:36:34 +0000 (+0200) Subject: Corresponding libsub version bump. X-Git-Tag: v2.14.11~15^2~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ee90ea77862a6d07c77a141c3a4e27e7737e80ed Corresponding libsub version bump. --- diff --git a/cscript b/cscript index 8703bf22e..013b10029 100644 --- a/cscript +++ b/cscript @@ -377,7 +377,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', 'v1.6.9')) - deps.append(('libsub', 'v1.4.10')) + deps.append(('libsub', 'v1.4.11')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps diff --git a/wscript b/wscript index c9a4a0c4f..70a7c5939 100644 --- a/wscript +++ b/wscript @@ -315,11 +315,11 @@ def configure(conf): # libsub if conf.options.static_sub: - conf.check_cfg(package='libsub-1.0', atleast_version='1.4.10', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.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.4.10', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.11', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++