From ce9522c2c3e8258074c60147a61922eb3597119c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Jun 2019 00:05:08 +0100 Subject: [PATCH] Bump libsub for Centos build fix. --- cscript | 2 +- wscript | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cscript b/cscript index 64959b2d2..d58f8e4d3 100644 --- a/cscript +++ b/cscript @@ -352,7 +352,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', 'v1.6.8')) - deps.append(('libsub', 'v1.4.9')) + deps.append(('libsub', 'v1.4.10')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps diff --git a/wscript b/wscript index 0f6c22228..c6bcba56a 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.9', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.10', 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.9', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.10', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++ -- 2.30.2