[gst-devel] gstregistrybinary.c:1167: error: 'timer' using --disable-gst-debug (bugfix)
Tim-Philipp Müller
t.i.m at zen.co.uk
Wed Apr 29 01:01:36 CEST 2009
On Wed, 2009-04-29 at 00:43 +0200, Roberto A. Foglietta wrote:
Hi,
> ./configure --disable-gst-debug --disable-debug
What version is that?
> make -j3
>
> gstregistrybinary.c:1167: error: 'timer'
>
> - g_timer_destroy (timer);
>
> + #ifndef GST_DISABLE_GST_DEBUG
> + g_timer_destroy (timer);
> + #endif
Please file such things in bugzilla in future, so that they're not
overlooked or forgotten about.
This particular issue was fixed about three months ago in git, it seems:
http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=846d56b865da85f416580ebc3109e18cf079d673
Thanks!
Cheers
-Tim
More information about the gstreamer-devel
mailing list