summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 21:25:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 21:25:04 +0100
commita9e5210311da7f4b3d44377fc1cc6cb099fc6319 (patch)
tree295806b26b6dab103666d1b19e9900aae51ea16e /cscript
parenta9b619fcb5fd4b06a3438e6200e8cc246bc5f03b (diff)
Remove specifiers of versions for now.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 0516be499..94ddd08f1 100644
--- a/cscript
+++ b/cscript
@@ -224,8 +224,8 @@ def make_spec(filename, version, target):
def dependencies(target):
return (('ffmpeg-cdist', '0492ad2'),
- ('libdcp', '13db82c'),
- ('libsub', 'e607d5e'))
+ ('libdcp', '1.0'),
+ ('libsub', '1.0'))
def configure_options(target):
opt = ''