blob: 1b2618e8ad3a69dc9083c31305f36c20898f8543 (
plain)
1
2
3
4
5
6
7
8
9
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
# Needed for the required gstreamer-app-1.0 pkgconfig bits
DEPENDS += "gstreamer1.0-plugins-base"
AAC_PATCHES += "file://0001-gstreamer-implement-pipewire-integration.patch"
# Pull static library into appropriate package to avoid a QA error
FILES_${PN}-staticdev += "${AAC_PREFIX}/lib/libaal.a"
|