Add support of ppc64le

This commit is contained in:
peng.zou 2023-11-28 14:48:28 +08:00
parent 0b3f86a8c7
commit ed569d1d1a

View File

@ -1,6 +1,6 @@
Name: webrtc-audio-processing Name: webrtc-audio-processing
Version: 1.3 Version: 1.3
Release: 1 Release: 2
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/
@ -9,7 +9,7 @@ Source0: https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/%{n
%ifarch sw_64 %ifarch sw_64
Patch6001: 0001-add-sw_64-architecture.patch Patch6001: 0001-add-sw_64-architecture.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 @@ sed -i '/vector/a #include <memory>' webrtc/modules/audio_processing/aec3/reverb
%doc NEWS %doc NEWS
%changelog %changelog
* Tue Nov 28 2023 peng.zou <peng.zou@shingroup.cn> - 1.3-2
- Add support of ppc64le
* Wed Oct 18 2023 li weigang - <weigangli99@gmail.com> - 1.3-1 * Wed Oct 18 2023 li weigang - <weigangli99@gmail.com> - 1.3-1
- update to version 1.3 - update to version 1.3