summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-19 17:49:51 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-19 17:49:51 +0000
commitc94f29d333e1b81aabbc396920250844460d46f6 (patch)
treebed6c667d7085790132d9aecb113b6a025d98347 /cscript
parent0b2223212b20910717d63d65517b4a8abe5d2bd4 (diff)
parent8d39a3e4a42b0547acedb8497c4ad4b1d54521f9 (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 5be114103..523eec544 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.88'))
+ ('libdcp', 'v0.90'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()