From 5ae03088a42d3bccb4719aaa328fb2b51b8fe922 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 3 May 2020 12:40:51 +0200 Subject: [PATCH] define target for aarch64 --- libvpx.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvpx.spec b/libvpx.spec index fefae92..7d00298 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -53,6 +53,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %ifarch ppc64 %define vpxtarget ppc64-linux-gcc %endif +%ifarch aarch64 +%define vpxtarget arm64-linux-gcc +%endif %description VP8, a high-quality video codec. -- 2.43.0