bluez: Fix depreacation warnings on g_mutex_*
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 29 Oct 2012 11:15:44 +0000 (16:45 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 28 Mar 2013 16:50:26 +0000 (16:50 +0000)
sys/bluez/gsta2dpsink.c
sys/bluez/gstavdtpsink.c

index a515fc8..7b9f922 100644 (file)
@@ -29,6 +29,8 @@
 #include <config.h>
 #endif
 
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <unistd.h>
 
 #include "gsta2dpsink.h"
index d8ac2bb..9ac27bc 100644 (file)
@@ -25,6 +25,8 @@
 #include <config.h>
 #endif
 
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 /* FIXME: check which includes are really required */
 #include <unistd.h>
 #include <sys/un.h>