diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-09 13:34:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-09 13:34:01 +0000 |
| commit | 6f39875e07907cb136485649b9fbe4da73d9aae7 (patch) | |
| tree | 6e2dd046a2e65bb7bba7a458f8813f80ecc47720 /wscript | |
| parent | aa6fb9c2cba81842e719df547a8f4ef3d52f61d0 (diff) | |
Bump libdcp version.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ def configure(conf): libdcp_args = '--cflags --libs' if conf.options.static: libdcp_args += ' --static' - conf.check_cfg(package = 'libdcp', atleast_version = '0.33', args = libdcp_args, uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.34', args = libdcp_args, uselib_store = 'DCP', mandatory = True) conf.check_cfg(package = 'glib-2.0', args = '--cflags --libs', uselib_store = 'GLIB', mandatory = True) conf.check_cfg(package = '', path = 'Magick++-config', args = '--cppflags --cxxflags --libs', uselib_store = 'MAGICK', mandatory = True) conf.check_cc(fragment = """ |
