interleave: fix compilation again

This commit is contained in:
Wim Taymans 2012-05-09 11:15:57 +02:00
parent 8161daef4a
commit 354e35a6ee

View file

@ -57,6 +57,10 @@
* </refsect2> * </refsect2>
*/ */
/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif