summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-18 13:33:09 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-18 13:33:09 +0100
commit2cde1cbe2442e88872a4a71c53f4b6eb028ea229 (patch)
tree84e0138a0d724fb21466928a85f19cf28360cc93
parentb56535cc0d66cc37680921b2ac54b993be308c4c (diff)
Specify libdcp/libsub versions again.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 6b4d53416..a0f4a7b2a 100644
--- a/cscript
+++ b/cscript
@@ -232,8 +232,8 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', 'bd17594'),
- ('libdcp', '1.0'),
- ('libsub', '1.0'))
+ ('libdcp', '6a90fde'),
+ ('libsub', 'be3be0d'))
def configure_options(target):
opt = ''