From: Carl Hetherington Date: Sat, 2 Aug 2014 15:21:06 +0000 (+0100) Subject: Bump deps for cscript fixes. X-Git-Tag: v2.0.48~655^2~14 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=01176a95c403299ab4e95236a021e43951f48c6b;p=dcpomatic.git Bump deps for cscript fixes. --- diff --git a/cscript b/cscript index 5ea5a4cfd..0c5838ed2 100644 --- a/cscript +++ b/cscript @@ -156,8 +156,8 @@ def make_control(debian_version, bits, filename, debug): print >>f,'' def dependencies(target): - return (('ffmpeg-cdist', '67dc770'), - ('libdcp', '009e07f')) + return (('ffmpeg-cdist', '7e95caa'), + ('libdcp', '7f029e7')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()