summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-23 17:10:26 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-23 17:10:26 +0100
commita496b7a7a1b52f4f16b8dd208f4d7ef6e744af16 (patch)
treeecd641a418c462c181a2ec9106b09f0f43fafd46 /cscript
parent1f932bbef84eaeff7d9faa97d32da1385230f68d (diff)
Use branch of ffmpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ceecfefdb..187033a0a 100644
--- a/cscript
+++ b/cscript
@@ -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 = []