Add support of ppc64le

This commit is contained in:
peng.zou 2024-01-31 10:51:06 +08:00
parent 8440e8d100
commit 68b9cbb8e2

View File

@ -1,6 +1,6 @@
Name: webrtc-audio-processing Name: webrtc-audio-processing
Version: 1.0 Version: 1.0
Release: 7 Release: 8
Summary: Real-Time Communication Library for Web Browsers Summary: Real-Time Communication Library for Web Browsers
License: BSD and MIT License: BSD and MIT
URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
@ -11,7 +11,7 @@ Patch6000: Backport-Use-cmake-to-look-up-abseil-dependency.patch
%ifarch sw_64 %ifarch sw_64
Patch6001: webrtc-audio-processing-1.0-sw.patch Patch6001: webrtc-audio-processing-1.0-sw.patch
%endif %endif
%ifarch loongarch64 riscv64 %ifarch loongarch64 riscv64 ppc64le
Patch6002: webrtc-fix-typedefs-on-other-arches.patch Patch6002: webrtc-fix-typedefs-on-other-arches.patch
%endif %endif
BuildRequires: autoconf automake libtool gcc gcc-c++ BuildRequires: autoconf automake libtool gcc gcc-c++
@ -62,6 +62,9 @@ Header files for webrtc-audio-processing
%doc NEWS %doc NEWS
%changelog %changelog
* Wed Jan 31 2024 peng.zou <peng.zou@shingroup.cn> - 1.0-8
- Add support of ppc64le
* Fri Jul 07 2023 laokz <zhangkai@iscas.ac.cn> - 1.0-7 * Fri Jul 07 2023 laokz <zhangkai@iscas.ac.cn> - 1.0-7
- Fix riscv64 typedef error - Fix riscv64 typedef error