]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
define target for aarch64
authorJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 10:40:51 +0000 (12:40 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 10:40:51 +0000 (12:40 +0200)
libvpx.spec

index fefae92018f3ee45bbe54c898f82513f04b2093a..7d002982ba50cfff55b3e840d04e493b884723d6 100644 (file)
@@ -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.
This page took 0.144327 seconds and 4 git commands to generate.