diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-30 23:34:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-30 23:34:43 +0200 |
| commit | 89f39a495625f71201dfe5c389967c3beb8eca33 (patch) | |
| tree | 91721dda5e5a91c9b24961b6f2d1040dbf15374b | |
| parent | 1761ea23a7f5fb0fd9890fb01b75bc9fe4c4857f (diff) | |
Bump FFmpeg to one based on 7.0.1.v1.9.11
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ def dependencies(target, options): if target.platform != 'linux' or target.distro != 'arch': # Use distro-provided FFmpeg on Arch, otherwise our own - deps.append(('ffmpeg', '0b73d2f5e70a04a67aa902902c42e3025ef3bb77', ffmpeg_options)) + deps.append(('ffmpeg', '1b3378e5361c73076ce736dfa2c7b40bd6f24380', ffmpeg_options)) return deps |
