summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 22:53:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 22:53:26 +0100
commita4edbed652e259c76c1762006bf40b78654e324e (patch)
tree646da50f4244e777d1ea041ff29b77c5b2cad4f7 /cscript
parent9b8c6e230374f2b4b63851fa8b5b5c9bcc270f3a (diff)
Fix version specifiers.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 4279a6cc7..01e707fd7 100644
--- a/cscript
+++ b/cscript
@@ -235,8 +235,8 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', 'bd17594'),
- ('libdcp', '1.2.3'),
- ('libsub', '1.1.4'))
+ ('libdcp', 'v1.2.3'),
+ ('libsub', 'v1.1.4'))
def configure_options(target):
opt = ''