mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
ac9394de29
commit
e39fd693d7
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue