debugutils: Fix static linking on OS X
authorJosep Torra <josep@fluendo.com>
Fri, 25 May 2012 08:28:40 +0000 (10:28 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 25 May 2012 08:49:47 +0000 (10:49 +0200)
commitd06c7dc6fdfebe563ba3da8c124b92a5d8659166
tree4a04b55ec4f3af1901a5389588d5ac483ad784d7
parent4ebe1c0b78107ac73276585619f75e9022b1d948
debugutils: Fix static linking on OS X

The linking behaviour of external variables that are not initialized
in the compilation unit where they are defined is undefined. On OS X
this causes a linking failure when statically linking GStreamer.
gst/gst.c
gst/gstdebugutils.c