summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorRogerio Nunes <rogerio.nunes@freescale.com>2013-07-11 21:25:44 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-07-12 10:23:04 -0300
commite2f010bec19aef73b4731cb4f66c7412d59b265c (patch)
tree5eefe6352eec7a809d09da141003627c6dcfe69c /recipes-multimedia
parent4a91984318cbc8c8b56f319a6eb7856e81fa9cac (diff)
downloadmeta-fsl-arm-e2f010bec19aef73b4731cb4f66c7412d59b265c.tar.gz
gst-plugins-gl: Package arch must match machine arch for i.MX6
Recipe enables machine specific features (vivante libs) for i.MX6. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
index 611e922..51eb457 100644
--- a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
+++ b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
@@ -8,3 +8,5 @@ DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q"
8SRC_URI_append_mx6 = " file://IMX_MMCODEC_3.0.35_4.0.0.patch" 8SRC_URI_append_mx6 = " file://IMX_MMCODEC_3.0.35_4.0.0.patch"
9 9
10CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS -UG_DISABLE_DEPRECATED" 10CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS -UG_DISABLE_DEPRECATED"
11
12PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"