From 1fa1baad13ac83c541ff42b152d47c70dd194575 Mon Sep 17 00:00:00 2001 From: Rogerio Nunes Date: Tue, 9 Jul 2013 23:29:49 +0000 Subject: gst-plugins-gl: Enforce glib2 deprecated API support With newer version of the glib2 recipe in poky, deprecated APIs have been enforced disabled, so we need to re-enable them in the meta-fsl-arm layer while they are still in use. Change-Id: Idf9ae8c9edd0a80592b6d9e2cf6c7e8560b35af5 Signed-off-by: Rogerio Nunes --- recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3cf5991..611e922 100644 --- a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend +++ b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend @@ -7,4 +7,4 @@ DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q" SRC_URI_append_mx6 = " file://IMX_MMCODEC_3.0.35_4.0.0.patch" -CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS" +CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS -UG_DISABLE_DEPRECATED" -- cgit v1.2.3-54-g00ecf