[Bug 712811] Don't use -DG_DISABLE_DEPRECATED flag
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Nov 21 06:23:17 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712811
GStreamer | common | git
Colin Walters <walters> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |walters at verbum.org
--- Comment #1 from Colin Walters <walters at verbum.org> 2013-11-21 14:23:10 UTC ---
Fallout from https://bugzilla.gnome.org/show_bug.cgi?id=710519
Yep, this is breaking the build in gnome-continuous:
http://build.gnome.org/continuous/buildmaster/builds/2013/11/21/24/build/output.txt
G_DISABLE_DEPRECATED is itself basically deprecated. We now use the GCC
symbol-based deprecation stuff, which is just fundamentally better since it
allows you to choose your particular version.
It doesn't work for macros, which is why you're now hitting this..but I think
GLib consumers would be better off only injecting G_DISABLE_DEPRECATED
occasionally than defaulting to on.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list