]> git.pld-linux.org Git - packages/x265.git/commitdiff
add aarch64 to list of supported archs
authorJan Palus <atler@pld-linux.org>
Mon, 11 May 2020 08:34:56 +0000 (10:34 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 11 May 2020 08:34:56 +0000 (10:34 +0200)
x265.spec

index 016acaa1f55317e3cbc121eb8193d2ec8c39cfaa..ca41b9789ca610d3cb9c6b1612246def7ad827b0 100644 (file)
--- a/x265.spec
+++ b/x265.spec
@@ -29,7 +29,7 @@ BuildRequires:        rpmbuild(macros) >= 1.605
 %{?with_vmaf:BuildRequires:    vmaf-devel}
 Requires:      libx265 = %{version}-%{release}
 # see CMakeLists.txt, more is probably possible
-ExclusiveArch: %{ix86} %{x8664} x32 %{arm} ppc64 ppc64le
+ExclusiveArch: %{ix86} %{x8664} x32 %{arm} ppc64 ppc64le aarch64
 # needs 64-bit atomic compare and swap
 ExcludeArch:   i386 i486
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.027614 seconds and 4 git commands to generate.