diff options
author | Rogerio Nunes <rogerio.nunes@freescale.com> | 2013-07-09 23:29:49 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-10 09:10:47 -0300 |
commit | 1fa1baad13ac83c541ff42b152d47c70dd194575 (patch) | |
tree | 786f7f9e51aae8f7c08e845f2c8764144f0dcf63 | |
parent | 0c7944c182bde2677041178fbaafeb1f707cc722 (diff) | |
download | meta-fsl-arm-1fa1baad13ac83c541ff42b152d47c70dd194575.tar.gz |
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 <rogerio.nunes@freescale.com>
-rw-r--r-- | recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend | 2 |
1 files changed, 1 insertions, 1 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 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" | |||
7 | 7 | ||
8 | SRC_URI_append_mx6 = " file://IMX_MMCODEC_3.0.35_4.0.0.patch" | 8 | SRC_URI_append_mx6 = " file://IMX_MMCODEC_3.0.35_4.0.0.patch" |
9 | 9 | ||
10 | CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS" | 10 | CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS -UG_DISABLE_DEPRECATED" |