Bump libdcp version.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Dec 2012 14:23:01 +0000 (14:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Dec 2012 14:23:01 +0000 (14:23 +0000)
wscript

diff --git a/wscript b/wscript
index 8a22410bfc49df42e4ac7e9d0df183fe648f5099..c3911e5d20f2b6af8cffe2f9b2c063d57abb848d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -63,7 +63,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.30', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
+    conf.check_cfg(package = 'libdcp', atleast_version = '0.32', 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(msg = 'Checking for library libtiff', function_name = 'TIFFOpen', header_name = 'tiffio.h', lib = 'tiff', uselib_store = 'TIFF')