build: define stubs when disabling gst-debug subsystem. Fixes #575922
authorStefan Kost <ensonic@users.sf.net>
Mon, 23 Mar 2009 13:18:21 +0000 (15:18 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 23 Mar 2009 14:21:58 +0000 (16:21 +0200)
commitc04e3f9a0312656766833e8f614ee8bea01ee542
tree79b5e77d34c8b22755cd1fcae573053ae8388238
parent13f804123800839b4d8114deacb8a36224c62cde
build: define stubs when disabling gst-debug subsystem. Fixes #575922

Running configure with e.g. --disable-dst-debug was compiling out the debug
system (ABI break). Now stubs are added and only if one does e.g.
make CFLAGS="-DGST_REMOVE_DISABLED" the symbols are ommitted.
gst/gstdebugutils.c
gst/gstinfo.c