diff options
-rw-r--r-- | src/video_dec/gdkpixbuf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_dec/gdkpixbuf.c b/src/video_dec/gdkpixbuf.c index 3879e0463..ca5c9c6b6 100644 --- a/src/video_dec/gdkpixbuf.c +++ b/src/video_dec/gdkpixbuf.c @@ -255,7 +255,9 @@ static video_decoder_t *open_plugin (video_decoder_class_t *class_gen, lprintf("opened\n"); +#if (GLIB_MAJOR_VERSION < 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION <= 35)) g_type_init (); +#endif this = (image_decoder_t *) calloc(1, sizeof(image_decoder_t)); |