diff options
author | Nate Drude <nate.d@variscite.com> | 2022-01-13 14:03:57 -0600 |
---|---|---|
committer | Nate Drude <nate.d@variscite.com> | 2022-01-17 11:50:33 -0600 |
commit | 065a6e3b7e336aa353c331cddd7aaa65170c2580 (patch) | |
tree | 76e1f7fac09e81a6dfaae85e4bd8a1368b690d5f /recipes-multimedia | |
parent | f9dae0a470d89f4a61671a8ee8ef88e499bb4cc4 (diff) | |
download | meta-freescale-065a6e3b7e336aa353c331cddd7aaa65170c2580.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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb | 4 |
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 9d43a175..b5fb8890 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 |
50 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" | 50 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" |
51 | RDEPENDS:${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " | 51 | RDEPENDS:${PN} += "imx-parser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux " |
52 | RDEPENDS:${PN}:append:mx8qm = " imx-dsp" | ||
53 | RDEPENDS:${PN}:append:mx8qxp = " imx-dsp" | ||
54 | RDEPENDS:${PN}:append:mx8mp = " imx-dsp" | ||
55 | RDEPENDS:${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 |