summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 10:11:02 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 10:11:02 +0100
commitccaebd9fdcf308f03e0286a6042630fcb0bcc68f (patch)
tree4125d5bd01b9b369e118d20582fcad1e1795ae91 /cscript
parentb5019f1495234d2c9b5658285b039e2b2d36c875 (diff)
Version tweak.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f37255116..c3f111f8e 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
# XXX: should be some versions in here
- return (('ffmpeg-cdist', ''),
+ return (('ffmpeg-cdist', None),
('libdcp', None))
def build(target):