X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=750fd758d8ed85b60cc7a5d62dc3b1c2542b4dfe;hb=bea0786a2de854964248778526bb084cc21e04a8;hp=c1afbabf891158de3a91bca4cdbaf3874842c636;hpb=6edda74d1b2a0ae0a92d8ff7676109b5acedf4cc;p=dcpomatic.git diff --git a/cscript b/cscript index c1afbabf8..750fd758d 100644 --- a/cscript +++ b/cscript @@ -4,7 +4,7 @@ import os def dependencies(target): return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'), - ('libdcp', '9394dad74a8439f8230eb6aa21b639f3e10cbb2a')) + ('libdcp', 'ef26e37fce728cba6fb50e9e6743a012b1bbbf64')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()