summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 00:48:57 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 00:48:57 +0100
commit30df94bc9c692b62ad640e250a1bd7d2e48e6f5d (patch)
treedee24d49005222d036467e61ce569f6ded2c5af3 /cscript
parentbc5253cec3293a3cde39f5b9fea491a6be720640 (diff)
Bump libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index dc33abb42..0dc5255bb 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
- ('libdcp', 'v0.66'))
+ ('libdcp', 'v0.67'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()