X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=002b3011c5edd236650df89fb2f295447a576790;hb=8b05d71534e5e27ef4514af781a9e9d1259e7c03;hp=a65a92702d3ab6aabb5a7d839964e11fe5ff2d83;hpb=b5e701a80256d67156d43c9794de38ac01eed449;p=dcpomatic.git diff --git a/cscript b/cscript index a65a92702..002b3011c 100644 --- a/cscript +++ b/cscript @@ -6,9 +6,8 @@ def dependencies(target): if target.platform == 'windows': return () else: - # XXX: should be some versions in here return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'), - ('libdcp', 'v0.54')) + ('libdcp', 'v0.69')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()