summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-09 10:11:05 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-09 10:11:05 +0200
commit776b2cdb117da6989da60670d2fe5622f6671bd7 (patch)
treefab843d8ad69430257b66ee148af292f4f866b91
parent76d12be80c4377edfc3e8fce4da01a575dec74d1 (diff)
Fix ffmpeg git repo name.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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 = []