From 6f39875e07907cb136485649b9fbe4da73d9aae7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Dec 2012 13:34:01 +0000 Subject: [PATCH] Bump libdcp version. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 646ad98fa..4721078ea 100644 --- a/wscript +++ b/wscript @@ -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 = """ -- 2.30.2