buildroot/package/pulseaudio
Fabrice Fontaine 7fc0c327e6 package/pulseaudio: fix webrtc build
Update fourth patch to avoid the following build failure with webrtc
raised since commit a40a516c8ae2e8c11549115e10aa74d98a4fab5d:

../output-1/build/pulseaudio-16.1/src/modules/echo-cancel/meson.build:13:0: ERROR: No host machine compiler for 'src/modules/echo-cancel/webrtc.cc'

That is because we removed the C++ language from the global meson.build.
Add it back to the local meson.build in echo-cancel.

The echo-cancel module is always built, but the echo-cancel meson.build
is only included if webrtc-aec is enabled. We only enable it when
webrtc-audio-processing is selected, and that package depends on C++.
Therefore, it is safe to depend on C++ in the echo-cancel meson.build.

Fixes:
 - http://autobuild.buildroot.org/results/e60d72268667ed57a254d7552fa2d785e2e21726

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-08-15 19:00:16 +02:00
..
0001-shm.c-use-_Static_assert-instead-of-static_assert-fo.patch
0002-build-sys-Fix-atomic-support-detection.patch
0003-build-sys-Add-missing-libatomic_ops-dependencies.patch
0004-meson.build-fix-build-without-C.patch package/pulseaudio: fix webrtc build 2022-08-15 19:00:16 +02:00
Config.in package/pulseaudio: improve dependency handling 2022-07-27 12:50:43 +02:00
S50pulseaudio
pulseaudio.hash
pulseaudio.mk package/pulseaudio: fix speex dependency 2022-07-28 22:55:11 +02:00
pulseaudio.service