From: Carl Hetherington Date: Sun, 9 Apr 2023 08:28:04 +0000 (+0200) Subject: Fix ffmpeg revision that was set wrong in b6deee98. X-Git-Tag: v2.16.52~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=46193d2898321c70626a80785055884396f3e09d Fix ffmpeg revision that was set wrong in b6deee98. --- diff --git a/cscript b/cscript index bf46773fa..b76953ee6 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', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] + deps = [('ffmpeg', '2fb5e99b45e92880bd7953cb98c2027a34884c14', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = []