X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=ad8249c9f5b66c493fdddd79b2ff0c24e55a02fc;hb=62b6c99b034f592563a0f6a16ddbeca8039842df;hp=4ed5f2b2ddd8a1c25dd5fca5c552af1a067ff534;hpb=fbf3c5e1ade71c1b444b38d6c0e30d879004b527;p=dcpomatic.git diff --git a/cscript b/cscript index 4ed5f2b2d..ad8249c9f 100644 --- a/cscript +++ b/cscript @@ -381,7 +381,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', 'e89aa4a', ffmpeg_options)] + deps = [('ffmpeg-cdist', '107f9af8', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] @@ -397,7 +397,7 @@ def dependencies(target, options): deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', '9d20ec5')) - deps.append(('ffcmp', 'a915540')) + deps.append(('ffcmp', '6259cd4')) return deps