mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
pulseaudio: fix webrtc audio depdency
Since pulseaudio v16.99.1, the library needed is webrtc-audio-processing-1. This fixes Run-time dependency webrtc-audio-processing-1 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency webrtc-audio-processing-1 ../pulseaudio-17.0/meson.build:730:15: ERROR: Automatic wrap-based subproject downloading is disabled The library is available in meta-openembedded/meta-multimedia. (cherry picked from commit 4661c49eb4f0ed89a3d027d9a003c40744baaf38) (From OE-Core rev: e80c3ca36f08a259e13fd94f1c87a7f5bf485a8b) Signed-off-by: Esben Haabendal <esben@geanix.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Esben Haabendal <esben@geanix.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
73d95d9dad
commit
59fdc7d02f
@@ -121,7 +121,7 @@ PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack"
|
||||
# able to use pulseaudio autospawn for root as well.
|
||||
PACKAGECONFIG[autospawn-for-root] = ",,,"
|
||||
PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc"
|
||||
PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing"
|
||||
PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing-1"
|
||||
PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false,"
|
||||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user