summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 23:14:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 23:14:10 +0100
commit071eecf2b3de2949ee8f157de6dc7e47bcc29fea (patch)
tree9b75ad0c2a1487063b031de97a03fb0b445b8235 /wscript
parent39c36075c62ce4c148ce14de0ae7b29d8427be2b (diff)
Bump libdcp.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e89fa9a53..dfea2abdf 100644
--- a/wscript
+++ b/wscript
@@ -68,7 +68,7 @@ def configure(conf):
conf.env.append_value('CXXFLAGS', '-O2')
if not conf.options.static:
- conf.check_cfg(package = 'libdcp', atleast_version = '0.52', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
+ conf.check_cfg(package = 'libdcp', atleast_version = '0.65', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True)
conf.check_cfg(package = 'libcxml', atleast_version = '0.01', args = '--cflags --libs', uselib_store = 'CXML', 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)