[packages/libvpx] define target for aarch64

atler atler at pld-linux.org
Sun May 3 13:11:04 CEST 2020


commit 5ae03088a42d3bccb4719aaa328fb2b51b8fe922
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun May 3 12:40:51 2020 +0200

    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.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvpx.git/commitdiff/283162223691a8f0ec97a4d1a7d6a77c95e64da9



More information about the pld-cvs-commit mailing list