summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-29 21:50:24 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-29 21:50:24 +0100
commitf1633689739cc77f81e14365c862b5832d19da76 (patch)
tree586f07cc5fcb5ad2adbd0c07cb2449ab7f6c2566 /cscript
parent37258f4ee74582feaac8b311baaeb27bf5f17ac9 (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 d0cf0c029..427cd8e56 100644
--- a/cscript
+++ b/cscript
@@ -8,7 +8,7 @@ def dependencies(target):
else:
return (('openjpeg-cdist', None),
('ffmpeg-cdist', '7a23ec9c771184ab563cfe24ad9b427f38368961'),
- ('libdcp', 'v0.51'))
+ ('libdcp', 'v0.52'))
def build(env, target):
cmd = './waf configure --prefix=%s' % env.work_dir_cscript()