summaryrefslogtreecommitdiff
path: root/ext/openal
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-03-06 18:11:35 +0100
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-03-06 18:49:49 +0100
commita1b7f84794da2219b604b8410472b4a6d29227cb (patch)
tree8acf9c2894a7443b572753571a0fffaa8a7675a6 /ext/openal
parent22b9b13166147b74a63fcce57b2615d0a9fc4f47 (diff)
downloadgstreamer-plugins-bad-a1b7f84794da2219b604b8410472b4a6d29227cb.tar.gz
Add missing GLIB_DISABLE_DEPRECATION_WARNINGS
Suppress warnings about deprecated threading and GValueArray API, so git compiles with -Werror.
Diffstat (limited to 'ext/openal')
-rw-r--r--ext/openal/gstopenalsink.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/openal/gstopenalsink.c b/ext/openal/gstopenalsink.c
index a169d9e57..9e6bf9a70 100644
--- a/ext/openal/gstopenalsink.c
+++ b/ext/openal/gstopenalsink.c
@@ -20,6 +20,10 @@
* Boston, MA 02111-1307, USA.
*/
+/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
/**
* SECTION:element-openalsink
*