summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-11 12:59:58 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-11 12:59:58 +0000
commit26d767de4d9de6dc1a879096b707e32f4ef8c99b (patch)
treede439a5eda8ed04249a303acf0223c3ffd3e3e3c /wscript
parent3cf34feb6e862968c28f0119fa16efea321474b9 (diff)
Bump asdcplib-cth version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 4953ccc..79f7877 100644
--- a/wscript
+++ b/wscript
@@ -42,10 +42,10 @@ def configure(conf):
conf.env.HAVE_ASDCPLIB_CTH = 1
conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth']
conf.env.LIB_ASDCPLIB_CTH = ['ssl', 'crypto']
- conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True)
+ conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.3', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True)
else:
conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True)
- conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.0', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
+ conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.3', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
boost_lib_suffix = ''
if conf.env.TARGET_WINDOWS: