From: Carl Hetherington Date: Sun, 9 Apr 2023 08:11:05 +0000 (+0200) Subject: Fix ffmpeg git repo name. X-Git-Tag: v2.16.52~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=776b2cdb117da6989da60670d2fe5622f6671bd7 Fix ffmpeg git repo name. --- diff --git a/cscript b/cscript index c4caf6844..bf46773fa 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', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] + deps = [('ffmpeg', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = []