summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 14:55:46 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 14:55:46 +0100
commitade36b7e120838840d0f645763b8e0814eaf9ee4 (patch)
tree3dc903b668abb9dbed1e7b9e95d3de38606c9d53 /cscript
parent2f0a5a26708d904bdad3e6e54928e734aad8550e (diff)
Bump libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/cscript b/cscript
index a65a92702..7b6882202 100644
--- a/cscript
+++ b/cscript
@@ -6,9 +6,8 @@ def dependencies(target):
if target.platform == 'windows':
return ()
else:
- # XXX: should be some versions in here
return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
- ('libdcp', 'v0.54'))
+ ('libdcp', 'v0.59'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()