summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 18:42:40 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 18:42:40 +0100
commitc46b1fd840c3c0c6ac8ca52b35f9787daf097d3b (patch)
tree4b55e9dd10f16d4f96be46deccd6f7105d7d41be /cscript
parent54544a4c297bd90af11e234f3cfa5ee7e1ec4e5e (diff)
Fix version specifier.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cdb391b5c..6a9b48a89 100644
--- a/cscript
+++ b/cscript
@@ -8,7 +8,7 @@ def dependencies(target):
else:
# XXX: should be some versions in here
return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
- ('libdcp', '0.54'))
+ ('libdcp', 'v0.54'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()