Add build options to the .pc file 48/302748/2 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_riscv tizen accepted/tizen/unified/20231214.164912 accepted/tizen/unified/dev/20240620.011208 accepted/tizen/unified/riscv/20231226.211459
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 13 Dec 2023 04:58:29 +0000 (13:58 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 13 Dec 2023 05:14:30 +0000 (14:14 +0900)
Added build options to the pkgconfig file.
This build error only happened when building license platform only build.

[Version] 0.3.1-2
[Issue Type] Build error

Change-Id: I0deedb8b188071c10a0d2d82bda21a18563923dc
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/webrtc-audio-processing.spec
webrtc-audio-processing.pc.in

index f4489c4..52bf70d 100644 (file)
@@ -1,6 +1,6 @@
 Name:           webrtc-audio-processing
 Version:        0.3.1
-Release:        1
+Release:        2
 Summary:        Library for echo cancellation
 License:        BSD-3-Clause
 URL:            http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
index aa18ddc..43bb608 100644 (file)
@@ -7,4 +7,4 @@ Name: webrtc-audio-processing
 Description: WebRTC Audio Processing library
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lwebrtc_audio_processing
-Cflags: -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -I${includedir}/webrtc_audio_processing @PLATFORM_CFLAGS@
+Cflags: -Wno-error=shadow -Wno-error=missing-field-initializers -Wno-error=class-memaccess -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD -I${includedir}/webrtc_audio_processing @PLATFORM_CFLAGS@