diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/gst/glib-compat-private.h --- a/gstreamer_core/gst/glib-compat-private.h Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/gst/glib-compat-private.h Wed Sep 01 12:16:41 2010 +0100 @@ -14,4 +14,9 @@ /* adaptations */ +/* FIXME: remove once we depend on GLib 2.10 */ +#if (!GLIB_CHECK_VERSION (2, 10, 0)) +#define g_intern_string(s) g_quark_to_string(g_quark_from_string(s)) +#endif + G_END_DECLS