Enable webrtc-audio-processing 83/301383/2 accepted/tizen/unified/20231120.023137 accepted/tizen/unified/riscv/20231215.050542
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 15 Nov 2023 06:52:38 +0000 (15:52 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 15 Nov 2023 07:28:33 +0000 (16:28 +0900)
[Version] 0.0.19
[Issue Type] Update

Change-Id: I3200b6da974fe9a9bad96212e5b5fc5497479b27
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/libaudio-effect.spec

index bc6c2564119dd3809782150cebe67db33d2a29a3..1a465276b546b062ce820da917067d0ced14be01 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libaudio-effect
 Summary:    audio effect library
-Version:    0.0.18
+Version:    0.0.19
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
@@ -8,10 +8,10 @@ Source0:    %{name}-%{version}.tar.gz
 
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(speexdsp)
+BuildRequires:  pkgconfig(webrtc-audio-processing)
 %if "%{tizen_profile_name}" != "tv"
 BuildRequires:  pkgconfig(noise-suppression)
 BuildRequires:  pkgconfig(rnnoise)
-BuildRequires:  pkgconfig(webrtc-audio-processing)
 %endif
 BuildRequires:  meson >= 0.53.0
 
@@ -33,9 +33,9 @@ MMSound development package for audio effect
 %{meson} -Dtizen=enabled \
 %if "%{tizen_profile_name}" != "tv"
        -Dns-rnnoise=enabled \
-       -Daec-webrtc=enabled \
        -Dns-srid=enabled \
 %endif
+       -Daec-webrtc=enabled \
        -Dagc-speex=enabled \
        -Drefcopy=enabled \
        -Daec-speex=enabled