X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=f3966330b321e851a3271abc0742544f9e9482a4;hb=d761439a7a8a3d6f78232a426bf1e54dff55f229;hp=0dc5255bbb53980c12022280d15cd7cfa9634f1e;hpb=30df94bc9c692b62ad640e250a1bd7d2e48e6f5d;p=dcpomatic.git diff --git a/cscript b/cscript index 0dc5255bb..f3966330b 100644 --- a/cscript +++ b/cscript @@ -7,7 +7,7 @@ def dependencies(target): return () else: return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'), - ('libdcp', 'v0.67')) + ('libdcp', None)) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()