diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-23 17:10:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-23 17:10:26 +0100 |
| commit | a496b7a7a1b52f4f16b8dd208f4d7ef6e744af16 (patch) | |
| tree | ecd641a418c462c181a2ec9106b09f0f43fafd46 /cscript | |
| parent | 1f932bbef84eaeff7d9faa97d32da1385230f68d (diff) | |
Use branch of ffmpeg.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ def dependencies(target, options): ffmpeg_options = {} if target.platform != 'linux' or target.distro != 'arch': - deps = [('ffmpeg-cdist', 'd798b45', ffmpeg_options)] + deps = [('ffmpeg-cdist', 'arm64', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch deps = [] |
