gstinfo: don't use printf extensions if GLib isn't using the system printf

Might help with https://bugzilla.gnome.org/show_bug.cgi?id=638599
This commit is contained in:
Tim-Philipp Müller 2011-01-04 00:48:15 +00:00
parent 4f94b94bff
commit 98900a43c1

View file

@ -174,7 +174,9 @@
*
* (not official API)
*/
#ifdef GST_DISABLE_PRINTF_EXTENSION
/* If GLib is not using the system printf, we can't use the registered
* extensions because the GLib-internal printf won't know how to parse them */
#if defined(GST_DISABLE_PRINTF_EXTENSION) || !defined(GLIB_USING_SYSTEM_PRINTF)
#undef GST_PTR_FORMAT
#define GST_PTR_FORMAT "p"
#undef GST_SEGMENT_FORMAT