X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=b10f3494a23268e721c31c6ff6d705f92f8c034f;hb=7b96999f95cd715ad49b1715602287fa4cae0950;hp=a65a92702d3ab6aabb5a7d839964e11fe5ff2d83;hpb=b5e701a80256d67156d43c9794de38ac01eed449;p=dcpomatic.git diff --git a/cscript b/cscript index a65a92702..b10f3494a 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')) + return (('ffmpeg-cdist', '61d7015f7c79f97e9af00bacedc856e195538a44'), + ('libdcp', None)) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()