summaryrefslogtreecommitdiff
path: root/ext/spc
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-09-02 12:36:37 +0300
committerTim-Philipp Müller <tim@centricular.net>2012-09-02 20:01:38 +0100
commit18c5a0f60ff5a7206b775def0d0acde0d1f022d3 (patch)
tree7b2a6832331803f9ddc5734aed584df5b4070d0a /ext/spc
parentc161defb4481f2eec1c1664481a332648c6f0f42 (diff)
downloadgstreamer-plugins-bad-18c5a0f60ff5a7206b775def0d0acde0d1f022d3.tar.gz
spc: No need to define GLIB_DISABLE_DEPRECATION_WARNINGS
https://bugzilla.gnome.org/show_bug.cgi?id=683175
Diffstat (limited to 'ext/spc')
-rw-r--r--ext/spc/gstspc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c
index 584e22526..8d470a489 100644
--- a/ext/spc/gstspc.c
+++ b/ext/spc/gstspc.c
@@ -18,10 +18,6 @@
* 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
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif