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