blob: 94e9f94b1374ceae8b7fb631d907ce4ead20120d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
# Needed for the required gstreamer-app-1.0 pkgconfig bits
DEPENDS += "gstreamer1.0-plugins-base"
AAC_PATCHES += "file://0001-update-pipewire-gstreamer-plugins.patch"
# Need to enable PipeWire support
EXTRA_OECMAKE += "-DUSE_PIPEWIRE=1"
# Pull static library into appropriate package to avoid a QA error
FILES_${PN}-staticdev += "${AAC_PREFIX}/lib/libaal.a"
|