Fix condition for svt-av1

i9ce
Arkady L. Shane 1 month ago
parent 67fe335a49
commit 8d74a586d5
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -23,7 +23,9 @@ BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libsharpyuv)
BuildRequires: pkgconfig(rav1e)
%endif
%ifnarch aarch64
BuildRequires: pkgconfig(SvtAv1Enc)
%endif
Recommends: %{name}-hevc = %{version}-%{release}
@ -39,7 +41,9 @@ file format decoder and encoder.
%if ! (0%{?rhel} && 0%{?rhel} <= 9)
%{_libdir}/%{name}/%{name}-rav1e.so
%endif
%ifnarch aarch64
%{_libdir}/%{name}/%{name}-svtenc.so
%endif
# ----------------------------------------------------------------------
@ -135,7 +139,7 @@ rm -rf third-party/
%changelog
* Mon Dec 2 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.16.1-2.el9.2
- Build with hevc and svt-av1
- Build with hevc and svt-av1 (for x86_64)
* Fri Nov 29 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 1.16.1-2.el9.1
- Rebuilt against new dav1d

Loading…
Cancel
Save