From e45abca4568b9896fc22f5c806dba18d69bb5cdb Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 2 Dec 2024 17:11:41 +0300 Subject: [PATCH] Invert condition --- SPECS/libheif.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/libheif.spec b/SPECS/libheif.spec index 42de621..81aff5c 100644 --- a/SPECS/libheif.spec +++ b/SPECS/libheif.spec @@ -23,7 +23,7 @@ BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libsharpyuv) BuildRequires: pkgconfig(rav1e) %endif -%ifnarch aarch64 +%ifarch x86_64 BuildRequires: pkgconfig(SvtAv1Enc) %endif @@ -41,7 +41,7 @@ file format decoder and encoder. %if ! (0%{?rhel} && 0%{?rhel} <= 9) %{_libdir}/%{name}/%{name}-rav1e.so %endif -%ifnarch aarch64 +%ifarch x86_64 %{_libdir}/%{name}/%{name}-svtenc.so %endif