Fix build error due to speex upgrade 84/301384/1 accepted/tizen/unified/20231115.173524
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 15 Nov 2023 07:19:32 +0000 (16:19 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 15 Nov 2023 07:19:38 +0000 (16:19 +0900)
[Version] 0.0.18
[Issue Type] Build

Change-Id: I65a9a7f959fe465d461914f9bcc87c58e4fac5dd

packaging/libaudio-effect.spec
src/plugin_aec_speex.c

index 91db7af29027c6b47f43d8ab223950f58195aecb..bc6c2564119dd3809782150cebe67db33d2a29a3 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libaudio-effect
 Summary:    audio effect library
-Version:    0.0.17
+Version:    0.0.18
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index b0e0717e2f228ed5393281870183b069d841bbb6..bcafbf785d709b71559fd1cf64c342f0b29e9662 100644 (file)
@@ -21,7 +21,6 @@
 #include <audio_effect_interface.h>
 #include <audio_effect_log.h>
 
-#include <speex/speex.h>
 #include <speex/speex_preprocess.h>
 #include <speex/speex_echo.h>