summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 16:10:31 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 16:10:31 +0100
commit285c0b5a9fea6f79ec6907da1b9c39e292f800c2 (patch)
tree81b0992b905430e21a0feb559dc8b000cd2e4886 /cscript
parentb989b5fe352796a7a855cff38672447023a77e9e (diff)
Use correct specifier for libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7c6e6d6d7..1b0370dce 100644
--- a/cscript
+++ b/cscript
@@ -224,7 +224,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', '1.1.0'),
+ ('libdcp', 'v1.1.0'),
('libsub', 'f66b11f'))
def configure_options(target):