summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-18 16:32:44 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-18 16:32:44 +0000
commitad10aea1d685e67e0e639f6303fc9c8f8f1f945c (patch)
treec6864f2bc1e62e74f9c7324a3d6bdda30ac5a076 /cscript
parentc226f90a2c113b8bbc270f29e6aa035ae1229d57 (diff)
parentd0cbdd2d2da7aaa5454e47bf7dcad27bf90bd361 (diff)
Merge branch '1.0' into 1.0-seek
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 531f71098..286b0112b 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.85'))
+ ('libdcp', 'v0.87'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()