diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2012-01-27 14:49:58 +0000 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2012-01-27 15:47:07 +0000 |
commit | 8147669971151c33d12c645a242406e518291ff0 (patch) | |
tree | 95fcad2d1c8066f768d85fcfdc8547e5660322d2 /gst/dvdspu/gstdvdspu.c | |
parent | f4d6e03b9b36e76d57745438178d3ddacddb9247 (diff) |
plenty: fixup glib deprecations
Diffstat (limited to 'gst/dvdspu/gstdvdspu.c')
-rw-r--r-- | gst/dvdspu/gstdvdspu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c index f57d3c20b..94e69be86 100644 --- a/gst/dvdspu/gstdvdspu.c +++ b/gst/dvdspu/gstdvdspu.c @@ -32,6 +32,10 @@ # include <config.h> #endif +/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex + * with newer GLib versions (>= 2.31.0) */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS + #include <gst/gst-i18n-plugin.h> #include <gst/video/video.h> |