Use correct specifier for libdcp.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 15:10:31 +0000 (16:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 15:10:31 +0000 (16:10 +0100)
cscript

diff --git a/cscript b/cscript
index 7c6e6d6d74400bee5e82f2170bd8cc805b43c468..1b0370dceb7883592d1f4a0fe71f7370fa513b14 100644 (file)
--- 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):