Bump libdcp version.
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 13:34:01 +0000 (13:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 13:34:01 +0000 (13:34 +0000)
wscript

diff --git a/wscript b/wscript
index 646ad98fa160963792907b8fa04d49d955d3e911..4721078ea76e48100f24ef1fa62b7bf4c3ab7d36 100644 (file)
--- 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  = """