summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 23:13:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 23:13:35 +0100
commit33dd911e6c2cc3c42425d4260bd22dbe462d01be (patch)
treed6535fb1d9f978cff4483b94f97e227cff4a36d7 /cscript
parent5f1046a2164fff00a6fc74aecf4cacbca531d415 (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 ee1684ef2..dc33abb42 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
- ('libdcp', 'v0.65'))
+ ('libdcp', 'v0.66'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()