X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=0cfc31edbf5801a46d1177b95e193cff674d4f6b;hb=96df54c7bd8ddbccafe3ec77edea3a6458f3268e;hp=f5bf702c64f5de0f3226a66c3a2d9e56c07c20e4;hpb=a40b7ae0b22147ed30291275848fda467f23e55f;p=dcpomatic.git diff --git a/cscript b/cscript index f5bf702c6..0cfc31edb 100644 --- a/cscript +++ b/cscript @@ -325,11 +325,14 @@ def dependencies(target): if target.platform == 'windows' and target.version == 'xp': deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] - else: + elif target.platform != 'linux' or target.distro != 'arch': deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] + else: + # Use distro-provided FFmpeg on Arch + deps = [] - deps.append(('libdcp', '8259e27')) - deps.append(('libsub', 'a44af54')) + deps.append(('libdcp', '6fef005')) + deps.append(('libsub', '32b8463')) deps.append(('rtaudio-cdist', '739969e')) return deps