summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 14:29:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 14:29:55 +0100
commitb655bd3359e9a014da68cd9f61e2a5b1d233247d (patch)
tree42ab16fdc9621fd0314a71f051804cdacd1cb823 /cscript
parente64acff7da897cd03d88aa9e8e21682545a61cc2 (diff)
parent2514ffcd1adcca4fc8e3db894afb5cdc6c857e94 (diff)
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0
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()