vp8enc: Disable GLIB deprecation warnings

GValueArray has been deprecated since 2.32 ... but there's no usable
replacement for it.

See https://bugzilla.gnome.org/show_bug.cgi?id=667228
This commit is contained in:
Edward Hervey 2012-09-25 14:43:15 +02:00
parent ac9394de29
commit e39fd693d7

View file

@ -52,6 +52,13 @@
#ifdef HAVE_VP8_ENCODER
/* glib decided in 2.32 it would be a great idea to deprecated GValueArray without
* providing an alternative
*
* See https://bugzilla.gnome.org/show_bug.cgi?id=667228
* */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <gst/tag/tag.h>
#include <string.h>