diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-08 21:27:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-08 21:27:11 +0200 |
| commit | b6deee98e2928040793bd76ab879a5b9be4b80dc (patch) | |
| tree | 4ed07ea1ccc9ed531444f7046de333fde41aca98 | |
| parent | 08c2f6d80873f41c063c71588e781c9e6c3179e9 (diff) | |
Bump ffmpeg for cherry-pick to fix #2508.
| -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', '4721b55de017702b0d1c8ce1163331378905c637', ffmpeg_options)] + deps = [('ffmpeg-cdist', '26d3c81bc5ef2f8c3f09d45eaeacfb4b1139a777', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
