diff options
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb) | 11 |
1 files changed, 4 insertions, 7 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.4.bb index 160a9ea5..42bde58c 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb | |||
@@ -10,6 +10,7 @@ SECTION = "multimedia" | |||
10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 10 | DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
11 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" | 11 | DEPENDS:append:mx6-nxp-bsp = " imx-lib" |
12 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" | 12 | DEPENDS:append:mx7-nxp-bsp = " imx-lib" |
13 | DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib" | ||
13 | DEPENDS:append:imxvpu = " imx-vpuwrap libdrm" | 14 | DEPENDS:append:imxvpu = " imx-vpuwrap libdrm" |
14 | 15 | ||
15 | # For backwards compatibility | 16 | # For backwards compatibility |
@@ -20,11 +21,12 @@ RCONFLICTS:${PN} = "gst1.0-fsl-plugin" | |||
20 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 21 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
21 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 22 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
22 | 23 | ||
23 | SRCBRANCH = "MM_04.06.01_2105_L5.10.y" | 24 | SRCBRANCH = "MM_04.06.04_2112_L5.15.y" |
25 | |||
24 | 26 | ||
25 | 27 | ||
26 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" | 28 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" |
27 | SRCREV = "057e6bfbc208ce31e8ed0af0264dd1e86de05808" | 29 | SRCREV = "f4b3105ab33e608c717855cdd1a520b60f377bf3" |
28 | 30 | ||
29 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
30 | 32 | ||
@@ -55,11 +57,7 @@ RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp" | |||
55 | RDEPENDS:${PN}:append:mx8mp-nxp-bsp = " imx-dsp" | 57 | RDEPENDS:${PN}:append:mx8mp-nxp-bsp = " imx-dsp" |
56 | RDEPENDS:${PN}:append:mx8ulp-nxp-bsp = " imx-dsp" | 58 | RDEPENDS:${PN}:append:mx8ulp-nxp-bsp = " imx-dsp" |
57 | 59 | ||
58 | # overlaysink rely on G2D, | ||
59 | # cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D | ||
60 | PACKAGECONFIG ?= "" | 60 | PACKAGECONFIG ?= "" |
61 | PACKAGECONFIG:imxgpu2d = "overlaysink" | ||
62 | |||
63 | 61 | ||
64 | # FIXME: Add all features | 62 | # FIXME: Add all features |
65 | # feature from excluded mm packages | 63 | # feature from excluded mm packages |
@@ -69,7 +67,6 @@ PACKAGECONFIG[aacp] = ",,imx-aacpcodec,imx-aacpcodec" | |||
69 | MSDEPENDS = "imx-msparser imx-mscodec" | 67 | MSDEPENDS = "imx-msparser imx-mscodec" |
70 | PACKAGECONFIG[wma10dec] = ",,${MSDEPENDS},${MSDEPENDS}" | 68 | PACKAGECONFIG[wma10dec] = ",,${MSDEPENDS},${MSDEPENDS}" |
71 | PACKAGECONFIG[wma8enc] = ",,${MSDEPENDS},${MSDEPENDS}" | 69 | PACKAGECONFIG[wma8enc] = ",,${MSDEPENDS},${MSDEPENDS}" |
72 | PACKAGECONFIG[overlaysink] += ",,virtual/libg2d" | ||
73 | 70 | ||
74 | FILES:${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" | 71 | FILES:${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" |
75 | 72 | ||