diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-09 10:11:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-09 10:11:05 +0200 |
| commit | 776b2cdb117da6989da60670d2fe5622f6671bd7 (patch) | |
| tree | fab843d8ad69430257b66ee148af292f4f866b91 | |
| parent | 76d12be80c4377edfc3e8fce4da01a575dec74d1 (diff) | |
Fix ffmpeg git repo name.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |
