From 66464c279d91c164b32c867f343d8202ac9d0204 Mon Sep 17 00:00:00 2001 From: Julien Date: Sun, 7 Sep 2008 17:44:42 +0200 Subject: [PATCH] [216/906] fix glbumper related gtk dependencies --- gst/gl/gstopengl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gl/gstopengl.c b/gst/gl/gstopengl.c index adb04d7..a34d55f 100644 --- a/gst/gl/gstopengl.c +++ b/gst/gl/gstopengl.c @@ -31,7 +31,9 @@ #include "gstglimagesink.h" #include "gstglcolorscale.h" #include "gstgleffects.h" +#ifdef HAVE_GDKPIXBUF #include "gstglbumper.h" +#endif GType gst_gl_effects_get_type (void); GType gst_gl_filter_app_get_type (void); -- 2.7.4