diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-09 10:28:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-09 10:28:04 +0200 |
| commit | 46193d2898321c70626a80785055884396f3e09d (patch) | |
| tree | 5d5095c6893e6e78fe5c0b78e0b0b52e5b670aad | |
| parent | 776b2cdb117da6989da60670d2fe5622f6671bd7 (diff) | |
Fix ffmpeg revision that was set wrong in b6deee98.
| -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', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] + deps = [('ffmpeg', '2fb5e99b45e92880bd7953cb98c2027a34884c14', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
