summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-20 21:28:47 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-20 21:28:47 +0000
commita5b59faff75265d3256ad0dbd9f0c69e51e31ce4 (patch)
treec004aa04bcccff1ef8cf0d9f0a8f00c4da8831e0 /cscript
parent9b21d77dccc88d9b77085e05845e0b8e2d606b3b (diff)
parent13b133de7fb5b953c23c58790c2d1f2a8bf4009c (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 523eec544..f4db23882 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.90'))
+ ('libdcp', 'v0.91'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()