diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 15:40:11 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:24:25 -0300 |
commit | 8ea231a7984793882062a233dfe2d7d6611601c0 (patch) | |
tree | abce08462e2c4b58983a3ab62dfe86444091d1ba /recipes-multimedia | |
parent | a0ca911a016ca968e7c4f9956be5aff44c35b78b (diff) | |
download | meta-freescale-8ea231a7984793882062a233dfe2d7d6611601c0.tar.gz |
gstreamer1.0-plugins-imx: Refactor code to use the new overrides
The recipe has been reworked to use the 'imxpxp', 'imxipu', 'imxvpu',
'imxgpu2d' and 'imxgpu3d' feature overrides.
Change-Id: Ia4730f94d619d37265bd7234b8447bf29286ee70
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb index eb609bb0..3ac54f27 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | |||
@@ -40,12 +40,12 @@ EGLVIVSINK_DEPENDS = " \ | |||
40 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 40 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |
41 | '', d),d)}" | 41 | '', d),d)}" |
42 | 42 | ||
43 | PACKAGECONFIG ?= "" | 43 | PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src" |
44 | PACKAGECONFIG_mx6q = "uniaudiodec mp3encoder v4l2src g2d eglvivsink ipu vpu" | 44 | PACKAGECONFIG_append_imxgpu3d = " eglvivsink" |
45 | PACKAGECONFIG_mx6dl = "uniaudiodec mp3encoder v4l2src pxp g2d eglvivsink ipu vpu" | 45 | PACKAGECONFIG_append_imxgpu2d = " g2d" |
46 | PACKAGECONFIG_mx6sx = "uniaudiodec mp3encoder v4l2src pxp g2d eglvivsink" | 46 | PACKAGECONFIG_append_imxipu = " ipu" |
47 | PACKAGECONFIG_mx6sl = "uniaudiodec mp3encoder v4l2src pxp g2d" | 47 | PACKAGECONFIG_append_imxvpu = " vpu" |
48 | PACKAGECONFIG_mx7 = "uniaudiodec mp3encoder v4l2src pxp" | 48 | PACKAGECONFIG_append_imxpxp = " pxp" |
49 | 49 | ||
50 | PACKAGECONFIG[g2d] = ",--disable-g2d,imx-gpu-viv" | 50 | PACKAGECONFIG[g2d] = ",--disable-g2d,imx-gpu-viv" |
51 | PACKAGECONFIG[pxp] = ",--disable-pxp," | 51 | PACKAGECONFIG[pxp] = ",--disable-pxp," |