summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 16:55:04 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 16:55:04 +0100
commit54544a4c297bd90af11e234f3cfa5ee7e1ec4e5e (patch)
treee5e8881ab5ae0e82cdeac8df06abe8350ba7e363 /cscript
parent62e60ae90b8aa2e3e9877c3a973442d914a6527b (diff)
Add some versions into the cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index c3f111f8e..cdb391b5c 100644
--- a/cscript
+++ b/cscript
@@ -7,8 +7,8 @@ def dependencies(target):
return ()
else:
# XXX: should be some versions in here
- return (('ffmpeg-cdist', None),
- ('libdcp', None))
+ return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
+ ('libdcp', '0.54'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()