summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 09:30:34 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 09:30:34 +0100
commit4981bba0d5103dc92dba5d5f79d5296dd2078402 (patch)
tree0687d348ee6c3b925f0c9e34e00349fd64dc3bd2 /cscript
parent30df94bc9c692b62ad640e250a1bd7d2e48e6f5d (diff)
Remove definite libdcp version for a bit.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0dc5255bb..f3966330b 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
- ('libdcp', 'v0.67'))
+ ('libdcp', None))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()