From: Jaechul Lee Date: Wed, 19 Jul 2023 08:42:51 +0000 (+0900) Subject: Revert "Add -fno-gnu-unique option" X-Git-Tag: accepted/tizen/8.0/unified/20231005.095648^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b69841d9ce16980306c7fa9252e734ea67c4c71d;p=platform%2Fupstream%2Fwebrtc-audio-processing.git Revert "Add -fno-gnu-unique option" This reverts commit 7f9c5a692e687658c6c8386217dacd8a1af79bab. It doesn't need anymore because libaudio-effect doesn't call dlopen/dlclose to get information on plugins Change-Id: I5f001bdea94c973f1985a1f909a1c2aefe6771d8 Signed-off-by: Jaechul Lee --- diff --git a/configure.ac b/configure.ac index 6c8b795..a687e4d 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,7 @@ AS_IF([test "x$enable_neon" != "xno"], AM_CONDITIONAL([HAVE_NEON], [test "x$HAVE_NEON" = "x1"]) COMMON_CFLAGS="-DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD ${PLATFORM_CFLAGS} ${OS_CFLAGS} ${ARCH_CFLAGS} -DNDEBUG -I\$(top_srcdir)" -COMMON_CXXFLAGS="-std=c++11 -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD ${PLATFORM_CFLAGS} ${OS_CFLAGS} ${ARCH_CFLAGS} ${GNUSTL_CFLAGS} -DNDEBUG -I\$(top_srcdir) -fno-gnu-unique" +COMMON_CXXFLAGS="-std=c++11 -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD ${PLATFORM_CFLAGS} ${OS_CFLAGS} ${ARCH_CFLAGS} ${GNUSTL_CFLAGS} -DNDEBUG -I\$(top_srcdir)" COMMON_LDFLAGS="${OS_LDFLAGS}" AC_SUBST([COMMON_CFLAGS]) AC_SUBST([COMMON_CXXFLAGS]) diff --git a/packaging/webrtc-audio-processing.spec b/packaging/webrtc-audio-processing.spec index f4cf10c..696a8d7 100644 --- a/packaging/webrtc-audio-processing.spec +++ b/packaging/webrtc-audio-processing.spec @@ -1,6 +1,6 @@ Name: webrtc-audio-processing Version: 0.3.1 -Release: 1 +Release: 0 Summary: Library for echo cancellation License: BSD-3-Clause URL: http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/