From 54544a4c297bd90af11e234f3cfa5ee7e1ec4e5e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Jun 2013 16:55:04 +0100 Subject: [PATCH] Add some versions into the cscript. --- cscript | 4 ++-- 1 file 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() -- 2.30.2