mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
pipewire: add MP3 compressed offload support
Add a PipeWire Pulse virtual sink and forwarder for compressed offload, enabling MP3 compressed Pulse streams to be routed to a PAL compressed sink. Signed-off-by: Harsh Rai <harsh.rai@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1343
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@ DEPENDS = "dbus"
|
|||||||
SRCREV = "3b2cb4fb037bf6033b87d3c87ee917b2f686d309"
|
SRCREV = "3b2cb4fb037bf6033b87d3c87ee917b2f686d309"
|
||||||
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
|
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
|
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
|
||||||
|
SRC_URI += "file://0001-pipewire-compress-offload.patch"
|
||||||
SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
|
SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
|
||||||
|
|
||||||
inherit meson pkgconfig systemd gettext useradd
|
inherit meson pkgconfig systemd gettext useradd
|
||||||
|
|||||||
Reference in New Issue
Block a user