X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=2fe91132bfb625edf43ff1c81131acf7e7039559;hb=74290866105aba61719c147250a49f3c53e1fdf6;hp=6a2f053557e2a6dc3ae515c324e78711ddd3458c;hpb=402dfb22c35dd6de41df29d6f3d4aaaf220bf41b;p=dcpomatic.git diff --git a/cscript b/cscript index 6a2f05355..2fe91132b 100644 --- a/cscript +++ b/cscript @@ -205,8 +205,8 @@ def make_spec(filename, version, target): print >>f,'/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :' def dependencies(target): - return (('ffmpeg-cdist', 'f69bb08'), - ('libdcp', '8e7f9e4'), + return (('ffmpeg-cdist', '0492ad2'), + ('libdcp', '6d5c9b4'), ('libsub', 'f66b11f')) def configure_options(target):