Merge branch 'direct-mxf' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into...
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Feb 2013 00:01:27 +0000 (00:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Feb 2013 00:01:27 +0000 (00:01 +0000)
wscript

diff --git a/wscript b/wscript
index 1dba6bb6701d70a82092bb83acccbd9b71649f71..78b5490d979fd19f371f1eb874ec6b247ae4db47 100644 (file)
--- a/wscript
+++ b/wscript
@@ -50,7 +50,7 @@ def configure(conf):
         conf.env.append_value('CXXFLAGS', '-O2')
 
     if not conf.options.static:
-        conf.check_cfg(package = 'libdcp', atleast_version = '0.37', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
+        conf.check_cfg(package = 'libdcp', atleast_version = '0.39', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
         conf.check_cfg(package = 'libavformat', args = '--cflags --libs', uselib_store = 'AVFORMAT', mandatory = True)
         conf.check_cfg(package = 'libavfilter', args = '--cflags --libs', uselib_store = 'AVFILTER', mandatory = True)
         conf.check_cfg(package = 'libavcodec', args = '--cflags --libs', uselib_store = 'AVCODEC', mandatory = True)