summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-20 17:38:11 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-20 17:38:11 +0000
commitbe813945633ff62b04b52d8068b264d7cbf0fdb8 (patch)
tree8720e230be0d5778200da1a7e2e228b59203c5cf /cscript
parent8d39a3e4a42b0547acedb8497c4ad4b1d54521f9 (diff)
Bump libdcp to fix build on OS X.
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()