diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-06 21:40:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-06 21:40:56 +0000 |
| commit | b4ec9ce787c63b27c96c404b1bd44eccd56ab16e (patch) | |
| tree | 8a8b203ef1a8483961ed8a043b555bffdfa8314c /wscript | |
| parent | 1e0f726e313638f7748e72545d0038cfcffde229 (diff) | |
More logging tweaks; allow log level to be specified on the command line; bump libdcp version.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ def configure(conf): conf.check_cfg(package = 'libswresample', args = '--cflags --libs', uselib_store = 'SWRESAMPLE', mandatory = False) conf.check_cfg(package = 'libpostproc', args = '--cflags --libs', uselib_store = 'POSTPROC', mandatory = True) conf.check_cfg(package = 'sndfile', args = '--cflags --libs', uselib_store = 'SNDFILE', mandatory = True) - conf.check_cfg(package = 'libdcp', atleast_version = '0.32', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.33', args = '--cflags --libs', 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 = """ |
