diff options
author | Bradley Sepos <[email protected]> | 2020-08-01 02:30:34 -0400 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-08-05 12:32:23 +0200 |
commit | 19e4d89ffd3e8c1fec36effb55b1f1ec054a008b (patch) | |
tree | 14cbf8b74555778aabfe59f9405aeb95d7b62429 /contrib/ffmpeg | |
parent | 1644b5099ffe6d815f65725321373fdf0dfd54f8 (diff) |
contrib: Update most contribs for Apple Silicon.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 1c2859f7c..8733e954d 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -94,6 +94,8 @@ ifeq (darwin,$(HOST.system)) ifeq (x86_64,$(HOST.arch)) FFMPEG.CONFIGURE.extra += --arch=x86_64 + else ifeq (arm64,$(HOST.arch)) + FFMPEG.CONFIGURE.extra += --arch=arm64 endif endif |