X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=6a9b48a891368493a33371dc326c0babdbed6320;hb=94b593bc13271ee955d8811e6b60741369c41c66;hp=f372551168b06d752415511f54bd7b60dd4642f3;hpb=0cb46375414f69947d393c8e00cd66a00bd8f5bb;p=dcpomatic.git diff --git a/cscript b/cscript index f37255116..6a9b48a89 100644 --- a/cscript +++ b/cscript @@ -7,8 +7,8 @@ def dependencies(target): return () else: # XXX: should be some versions in here - return (('ffmpeg-cdist', ''), - ('libdcp', None)) + return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'), + ('libdcp', 'v0.54')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript()