summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb')
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index b6cc1da4c..1475cb662 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -34,12 +34,12 @@ DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = ""
34DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = "" 34DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = ""
35DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" 35DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = ""
36 36
37PV = "4.10.3+git${SRCPV}" 37PV = "4.11.0+git${SRCPV}"
38 38
39SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" 39SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}"
40IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https" 40IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https"
41SRCBRANCH = "MM_04.10.03_2512_L6.18.2" 41SRCBRANCH = "MM_04.11.00_2605_L6.18.20"
42SRCREV = "0565fc515612908a353e8378e24f97de17cc56a6" 42SRCREV = "e0b7f80ac98c866e9396aff8cd93221b65ba8667"
43 43
44inherit meson pkgconfig use-imx-headers 44inherit meson pkgconfig use-imx-headers
45 45
@@ -53,6 +53,8 @@ PLATFORM:mx7ulp-nxp-bsp = "MX7ULP"
53PLATFORM:mx8-nxp-bsp = "MX8" 53PLATFORM:mx8-nxp-bsp = "MX8"
54PLATFORM:mx9-nxp-bsp = "MX9" 54PLATFORM:mx9-nxp-bsp = "MX9"
55 55
56CFLAGS:append = " -Wno-maybe-uninitialized -Wno-unused-but-set-variable"
57
56# Todo add a mechanism to map possible build targets 58# Todo add a mechanism to map possible build targets
57EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ 59EXTRA_OEMESON = "-Dplatform=${PLATFORM} \
58 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ 60 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \
@@ -82,7 +84,7 @@ FILES:${PN}-libgstfsl += "${libdir}/libgstfsl-1.0${SOLIBS}"
82 84
83# Add codec list that the beep plugin run-time depended 85# Add codec list that the beep plugin run-time depended
84BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" 86BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis"
85RDEPENDS:${PN} += "${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux imx-parser" 87RDEPENDS:${PN} += "${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux imx-parser imx-mp4-parser"
86RDEPENDS:${PN}:append:mx8qm-nxp-bsp = " imx-dsp" 88RDEPENDS:${PN}:append:mx8qm-nxp-bsp = " imx-dsp"
87RDEPENDS:${PN}:append:mx8qxp-nxp-bsp = " imx-dsp" 89RDEPENDS:${PN}:append:mx8qxp-nxp-bsp = " imx-dsp"
88RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp" 90RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp"