summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-27 15:23:06 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-27 15:23:06 +0000
commit60b532743f84fd29f87de75edcbd7872cb640f6e (patch)
treeeac53a9ace8caeb03823b7162383221e5967bd31
parent15b8cca90c9135bf49bdfce08ebd10b92e5a4d0b (diff)
Bump libdcp version.
-rw-r--r--cscript2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 9298b47fc..a1cee78f2 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.84'))
+ ('libdcp', 'v0.85'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
diff --git a/wscript b/wscript
index 87999f7de..029bedf1e 100644
--- a/wscript
+++ b/wscript
@@ -88,7 +88,7 @@ def configure(conf):
# Dependencies which are dynamically linked everywhere except --static
# Get libs only when we are dynamically linking
- conf.check_cfg(package='libdcp', atleast_version='0.84', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True)
+ conf.check_cfg(package='libdcp', atleast_version='0.85', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True)
# Remove erroneous escaping of quotes from xmlsec1 defines
conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP]
conf.check_cfg(package='libcxml', atleast_version='0.08', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True)