X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=cscript;h=c4caf6844251e0f2742c3f0580d4983f023d3d23;hp=939579fbad8dadb13f355b748761b67e3878425b;hb=b6deee98e2928040793bd76ab879a5b9be4b80dc;hpb=08c2f6d80873f41c063c71588e781c9e6c3179e9 diff --git a/cscript b/cscript index 939579fba..c4caf6844 100644 --- a/cscript +++ b/cscript @@ -472,7 +472,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)] + deps = [('ffmpeg-cdist', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = []