From f34ff53c10786a37a55d8bb258064384170ff95b Mon Sep 17 00:00:00 2001 From: Nate Drude Date: Mon, 17 Jan 2022 15:04:53 -0600 Subject: imx-gst1.0-plugin: Enable to support i.MX Audio DSP Codec Integrate NXP DSP Codec for i.MX 8QM/8QXP/8MP/8ULP As per: https://source.codeaurora.org/external/imx/meta-imx/commit/meta-bsp/recipes-multimedia/gstreamer?h=hardknott-5.10.72-2.2.0&id=eb72f6dc37079f001106711cdeecdb00f2d8e6cf Signed-off-by: Nate Drude (cherry picked from commit 065a6e3b7e336aa353c331cddd7aaa65170c2580) # Conflicts: # recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb --- recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb index ea059cd8..8d627bae 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb @@ -49,6 +49,10 @@ PACKAGES =+ "${PN}-gplay ${PN}-libgplaycore ${PN}-libgstfsl ${PN}-grecorder ${PN # Add codec list that the beep plugin run-time depended BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " +RDEPENDS_${PN}_append_mx8qm = " imx-dsp" +RDEPENDS_${PN}_append_mx8qxp = " imx-dsp" +RDEPENDS_${PN}_append_mx8mp = " imx-dsp" +RDEPENDS_${PN}_append_mx8ulp = " imx-dsp" # overlaysink rely on G2D, # cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D -- cgit v1.2.3-54-g00ecf