summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-11 08:13:09 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-11 08:13:09 +0000
commit282a517babdab6f9ff14c47313233b784dbb4a10 (patch)
tree00356e55607b8ca36569e793382ef525733dcee6 /wscript
parent8e0242d7edcea2944aef3382f70e4e2fab7d12d9 (diff)
Bump libdcp version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4bcb0bd11..980c0b040 100644
--- a/wscript
+++ b/wscript
@@ -52,7 +52,7 @@ def configure(conf):
conf.env.append_value('CXXFLAGS', '-O2')
if not conf.options.static:
- conf.check_cfg(package = 'libdcp', atleast_version = '0.39', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
+ conf.check_cfg(package = 'libdcp', atleast_version = '0.40', 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)