summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Drude <nate.d@variscite.com>2022-01-17 15:04:53 -0600
committerNate Drude <nate.d@variscite.com>2022-01-17 15:09:59 -0600
commitf34ff53c10786a37a55d8bb258064384170ff95b (patch)
treebe3c84c2d44a7b3f740dad6141c1f26638bd37f4
parente7769d766703896d3ccb905703bd8532162bf5d2 (diff)
downloadmeta-freescale-f34ff53c10786a37a55d8bb258064384170ff95b.tar.gz
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 <nate.d@variscite.com> (cherry picked from commit 065a6e3b7e336aa353c331cddd7aaa65170c2580) # Conflicts: # recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb4
1 files changed, 4 insertions, 0 deletions
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
49# Add codec list that the beep plugin run-time depended 49# Add codec list that the beep plugin run-time depended
50BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" 50BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis"
51RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " 51RDEPENDS_${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux "
52RDEPENDS_${PN}_append_mx8qm = " imx-dsp"
53RDEPENDS_${PN}_append_mx8qxp = " imx-dsp"
54RDEPENDS_${PN}_append_mx8mp = " imx-dsp"
55RDEPENDS_${PN}_append_mx8ulp = " imx-dsp"
52 56
53# overlaysink rely on G2D, 57# overlaysink rely on G2D,
54# cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D 58# cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D