summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-25 16:21:44 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-25 16:21:44 +0100
commit04cd0a32435fd4a5f136b45cae1007c7eeafd0f3 (patch)
tree0b68e92f209fcbad497fd66e06f3541ccd079eb0 /cscript
parent945460f71db55d8daa232df3d869cc604ae5a240 (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 002b3011c..196579bca 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
- ('libdcp', 'v0.69'))
+ ('libdcp', 'v0.70'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()