From: Carl Hetherington Date: Fri, 28 Jun 2019 22:33:23 +0000 (+0100) Subject: Bump libsub for \c support. X-Git-Tag: v2.14.8~2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f5b62413a66951f3ce21c484560ca2a2b673897a Bump libsub for \c support. --- diff --git a/cscript b/cscript index 0fb164c84..64959b2d2 100644 --- a/cscript +++ b/cscript @@ -352,7 +352,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', 'v1.6.8')) - deps.append(('libsub', 'v1.4.8')) + deps.append(('libsub', 'v1.4.9')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps diff --git a/wscript b/wscript index 665fd7ac7..0f6c22228 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.8', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.9', 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.8', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.9', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++