fix building error
Signed-off-by: EulerOSWander <314264452@qq.com>
This commit is contained in:
parent
41739e6b67
commit
c33253d82a
@ -1,6 +1,6 @@
|
||||
Name: webrtc-audio-processing
|
||||
Version: 1.0
|
||||
Release: 7
|
||||
Release: 8
|
||||
Summary: Real-Time Communication Library for Web Browsers
|
||||
License: BSD and MIT
|
||||
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
|
||||
|
||||
%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
|
||||
|
||||
%install
|
||||
@ -62,6 +64,9 @@ Header files for webrtc-audio-processing
|
||||
%doc NEWS
|
||||
|
||||
%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
|
||||
- Fix riscv64 typedef error
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user