summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-18 23:28:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-18 23:28:47 +0100
commitf98bd3e7601df2f52a7f4b622757472f41b004e7 (patch)
treed462001415b3bba3e28136bac451763a70a338de /cscript
parent254a596bfa5fe29f354f95ef6a051d8015b38a07 (diff)
Typo.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index b34eb064c..417e4221c 100644
--- a/cscript
+++ b/cscript
@@ -6,8 +6,8 @@ def dependencies(target):
if target.platform == 'windows':
return ()
else:
- return (('openjpeg-cdist', None)
- ('ffmpeg-cdist', 'bf3361f28066820e3d74de8f52bac784663813fa')
+ return (('openjpeg-cdist', None),
+ ('ffmpeg-cdist', 'bf3361f28066820e3d74de8f52bac784663813fa'),
('libdcp', 'v0.45'))
def build(env, target):