summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-01 21:09:24 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-01 21:09:24 +0000
commit31d70cafd68faa0b944e6afc4d8bd6f70ec7e9d3 (patch)
tree4849e7a597c127252896764597d7636aa8da61f7
parent8a41c8a8a106a1cddc2f4cfb06c3431e6b519bc1 (diff)
Bump libsub.
-rw-r--r--cscript2
-rw-r--r--wscript4
2 files changed, 3 insertions, 3 deletions
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++