GNOME Bugzilla – Bug 670982
gst-plugins-bad fails to build because of GLib depraction warnings
Last modified: 2012-02-28 22:58:57 UTC
Most gst plugins fixes this by defining GLIB_DISABLE_DEPRECATION_WARNINGS manually.
Created attachment 208588 [details] [review] add missing GLIB_DISABLE_DEPRECATION_WARNINGS
Thanks! commit ddfcfb5a7a6f708ad3518e9e7a2e67f9568f61da Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Feb 28 16:27:55 2012 +0100 Add missing GLIB_DISABLE_DEPRECATION_WARNINGS Suppress warnings about deprecated threading and GValueArray API, so git compiles with -Werror. https://bugzilla.gnome.org/show_bug.cgi?id=670982