Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 786444
Collapse All | Expand All

(-)gstreamermm-1.10.0/gstreamer/gstreamermm/register.h.orig (-1 / +1 lines)
Lines 110-116 Link Here
110
    /* The typedef for GType may be gulong or gsize, depending on the
110
    /* The typedef for GType may be gulong or gsize, depending on the
111
     * system and whether the compiler is c++ or not. The g_once_init_*
111
     * system and whether the compiler is c++ or not. The g_once_init_*
112
     * functions always take a gsize * though ... */
112
     * functions always take a gsize * though ... */
113
    static volatile gsize gonce_data = 0;
113
    static gsize gonce_data = 0;
114
    if (g_once_init_enter (&gonce_data)) {
114
    if (g_once_init_enter (&gonce_data)) {
115
        GTypeInfo info;
115
        GTypeInfo info;
116
116

Return to bug 786444