From e39fd693d7ff40ab1d5ee04370d2112a6ff12e05 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 25 Sep 2012 14:43:15 +0200 Subject: [PATCH] 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 --- ext/vpx/gstvp8enc.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ext/vpx/gstvp8enc.c b/ext/vpx/gstvp8enc.c index a00fcd2..f465174 100644 --- a/ext/vpx/gstvp8enc.c +++ b/ext/vpx/gstvp8enc.c @@ -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 #include -- 2.7.4