gstreamer_core/gst/glib-compat-private.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    12 
    12 
    13 /* copies */
    13 /* copies */
    14 
    14 
    15 /* adaptations */
    15 /* adaptations */
    16 
    16 
       
    17 /* FIXME: remove once we depend on GLib 2.10 */
       
    18 #if (!GLIB_CHECK_VERSION (2, 10, 0))
       
    19 #define g_intern_string(s) g_quark_to_string(g_quark_from_string(s))
       
    20 #endif
       
    21 
    17 G_END_DECLS
    22 G_END_DECLS