summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 16:17:37 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 16:17:37 +0100
commit435fcdc4e5027dd41924df09bb5b60f41e6a0c27 (patch)
tree79c7e2d05bb32ed3fd9fbc44b72c2da3350caa90
parent285c0b5a9fea6f79ec6907da1b9c39e292f800c2 (diff)
Correct libsub dependency too.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1b0370dce..4fa0f24b8 100644
--- a/cscript
+++ b/cscript
@@ -225,7 +225,7 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
('libdcp', 'v1.1.0'),
- ('libsub', 'f66b11f'))
+ ('libsub', 'v1.1.0'))
def configure_options(target):
opt = ''