Fix ffmpeg git repo name.
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Apr 2023 08:11:05 +0000 (10:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Apr 2023 08:11:05 +0000 (10:11 +0200)
cscript

diff --git a/cscript b/cscript
index c4caf6844251e0f2742c3f0580d4983f023d3d23..bf46773fa5a178fc0be518d05d5988295db90c50 100644 (file)
--- 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 = []