X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=9e61dcd807f728c0da6fe25cc108da8c32dcb1bc;hb=refs%2Fheads%2Ffix-dmg-version;hp=1a6f00b67f0f5059d812cc2759f192b719bcbf06;hpb=b41d8f29bf1c435968c94faceaa00bc48949ec78;p=dcpomatic.git diff --git a/cscript b/cscript index 1a6f00b67..9e61dcd80 100644 --- a/cscript +++ b/cscript @@ -427,7 +427,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '107f9af8', ffmpeg_options)] + deps = [('ffmpeg-cdist', '4c5269fa', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -443,7 +443,7 @@ def dependencies(target, options): deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', 'cce3730')) - deps.append(('ffcmp', '6259cd4')) + deps.append(('ffcmp', 'b9b29fc6')) return deps