mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:19:42 +00:00
* fixes: http://errors.yoctoproject.org/Errors/Details/848476/ ../webrtc-audio-processing-1.3/webrtc/api/task_queue/task_queue_base.h:53:32: error: 'uint32_t' has not been declared 53 | uint32_t milliseconds) = 0; | ^~~~~~~~ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
831 B
BlitzBasic
23 lines
831 B
BlitzBasic
DESCRIPTION = "Audio processing bits of the WebRTC reference implementation"
|
|
HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
|
|
SECTION = "audio"
|
|
|
|
DEPENDS = "abseil-cpp"
|
|
DEPENDS:append:libc-musl = " libexecinfo"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2"
|
|
|
|
SRC_URI = " \
|
|
http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-${PV}.tar.xz \
|
|
file://0001-add-missing-header-for-musl.patch \
|
|
file://0001-Fix-return-type-errors.patch \
|
|
file://0001-task_queue-fix-build-with-gcc-15.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "2365e93e778d7b61b5d6e02d21c47d97222e9c7deff9e1d0838ad6ec2e86f1b9"
|
|
S = "${WORKDIR}/webrtc-audio-processing-${PV}"
|
|
|
|
LDFLAGS:append:libc-musl = " -lexecinfo"
|
|
|
|
inherit meson pkgconfig
|