Revert "Add -fno-gnu-unique option" 78/296078/2 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.095648 accepted/tizen/unified/20230726.020633 tizen_8.0_m2_release
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 19 Jul 2023 08:42:51 +0000 (17:42 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Thu, 20 Jul 2023 00:46:07 +0000 (09:46 +0900)
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 <jcsing.lee@samsung.com>
configure.ac
packaging/webrtc-audio-processing.spec

index 6c8b795..a687e4d 100644 (file)
@@ -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])
index f4cf10c..696a8d7 100644 (file)
@@ -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/