!30 fix building error
From: @euleroswander Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
4aca8d774a
@ -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/
|
||||||
@ -38,7 +38,9 @@ Header files for webrtc-audio-processing
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
#compile failiure reference:https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/9
|
||||||
|
sed -i '/vector/a #include <memory>' webrtc/modules/audio_processing/aec3/reverb_model_estimator.h
|
||||||
|
%meson -Dc_std=c17 -Dcpp_std=c++17
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -62,6 +64,9 @@ Header files for webrtc-audio-processing
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 EulerOSWander <314264452@qq.com> - 1.0-8
|
||||||
|
- Fix compile error
|
||||||
|
|
||||||
* 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user