summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-27 15:23:06 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-27 15:23:06 +0000
commit60b532743f84fd29f87de75edcbd7872cb640f6e (patch)
treeeac53a9ace8caeb03823b7162383221e5967bd31 /cscript
parent15b8cca90c9135bf49bdfce08ebd10b92e5a4d0b (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 9298b47fc..a1cee78f2 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.84'))
+ ('libdcp', 'v0.85'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()