summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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()