From c33253d82a1ecc59b981f3559036c7735ed824a8 Mon Sep 17 00:00:00 2001 From: EulerOSWander <314264452@qq.com> Date: Thu, 20 Jul 2023 11:36:32 +0000 Subject: [PATCH] fix building error Signed-off-by: EulerOSWander <314264452@qq.com> --- webrtc-audio-processing.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/webrtc-audio-processing.spec b/webrtc-audio-processing.spec index 9905fe0..9b738fb 100644 --- a/webrtc-audio-processing.spec +++ b/webrtc-audio-processing.spec @@ -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 ' 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 - 1.0-7 - Fix riscv64 typedef error -- Gitee