X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=59b3d7d482ed3fb9c520087cd6a3f0460a323352;hb=339cb01393859287695f487336e731b7d9a76628;hp=8ac7cee96bf2dba22fbb6e108d51c73645580210;hpb=710622cbcff295ec0894ade5a79ed28d5060db7a;p=dcpomatic.git diff --git a/cscript b/cscript index 8ac7cee96..59b3d7d48 100644 --- a/cscript +++ b/cscript @@ -238,7 +238,13 @@ 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', '1d37f80'), + + if target.platform == 'linux': + ffmpeg_options = { 'shared': False } + else: + ffmpeg_options = {} + + return (('ffmpeg-cdist', 'fd7b71b', ffmpeg_options), ('libdcp', 'v1.2.3'), ('libsub', 'v1.1.4'))