From: Jan Palus Date: Sun, 3 May 2020 10:40:51 +0000 (+0200) Subject: define target for aarch64 X-Git-Tag: auto/th/libvpx-1.9.0-1~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Flibvpx.git;a=commitdiff_plain;h=5ae0308 define target for aarch64 --- 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.