summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-01 19:43:31 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-01 19:43:31 +0000
commit0420f149e948de795783db1bddaecf82f58c36a4 (patch)
treebdaa24c4f5284cdb6f0db603b5bb9b5e5ed5df61 /wscript
parent45841f333f295200ec461607f85d64e7b1e99249 (diff)
Use fixed-version asdcplib-cth dep.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5f635888..5edda842 100644
--- a/wscript
+++ b/wscript
@@ -90,7 +90,7 @@ def configure(conf):
else:
conf.check_cfg(package='libopenjp2', args='--cflags --libs', atleast_version='2.1.0', uselib_store='OPENJPEG', mandatory=True)
conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)
- conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
+ conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.0', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
if conf.options.target_windows:
boost_lib_suffix = '-mt'