[gst-devel] gstregistrybinary.c:1167: error: 'timer' using --disable-gst-debug (bugfix)
Roberto A. Foglietta
roberto.foglietta at gmail.com
Wed Apr 29 00:43:13 CEST 2009
./configure --disable-gst-debug --disable-debug
make -j3
gstregistrybinary.c:1167: error: 'timer'
- g_timer_destroy (timer);
+ #ifndef GST_DISABLE_GST_DEBUG
+ g_timer_destroy (timer);
+ #endif
--
/roberto
More information about the gstreamer-devel
mailing list