From: Carl Hetherington Date: Sun, 9 Dec 2012 13:34:01 +0000 (+0000) Subject: Bump libdcp version. X-Git-Tag: v2.0.48~1483 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=6f39875e07907cb136485649b9fbe4da73d9aae7;p=dcpomatic.git Bump libdcp version. --- 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 = """