From: Carl Hetherington Date: Sat, 8 Feb 2014 18:47:07 +0000 (+0000) Subject: Bump libdcp for daft typo. X-Git-Tag: v2.0.48~918^2~31 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=005157c20f3b3894337c82e82a1f8b9fa1dc77b9;p=dcpomatic.git Bump libdcp for daft typo. --- diff --git a/cscript b/cscript index 405780ae1..e2975ce50 100644 --- a/cscript +++ b/cscript @@ -130,7 +130,7 @@ def make_control(version, bits, filename, debug): def dependencies(target): return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'), - ('libdcp', '8e663fa')) + ('libdcp', 'a7dac85')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()