diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-26 21:47:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-26 21:47:11 +0100 |
| commit | f9b9d563408b13e3dc5531f1100aacec12f95c2a (patch) | |
| tree | ac4c59f20762c984fb8e04337774b5421d392d1f /wscript | |
| parent | 7edf8e601ed2ede5b6758840fb9d8940393cf7e2 (diff) | |
Bump libdcp version.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh): conf.env.LIB_DCP.append('ssh') def dynamic_dcp(conf): - conf.check_cfg(package='libdcp', atleast_version='0.96.0', args='--cflags --libs', uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.97.0', args='--cflags --libs', uselib_store='DCP', mandatory=True) conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] def dynamic_ssh(conf): |
