diff --git a/ext/gl/gstglmixer.c b/ext/gl/gstglmixer.c index 3fc7fce2c8..764a53c33e 100644 --- a/ext/gl/gstglmixer.c +++ b/ext/gl/gstglmixer.c @@ -28,10 +28,6 @@ #include "gstglmixer.h" -#if GST_GL_HAVE_PLATFORM_EGL -#include -#endif - #define gst_gl_mixer_parent_class parent_class G_DEFINE_ABSTRACT_TYPE (GstGLMixer, gst_gl_mixer, GST_TYPE_GL_BASE_MIXER);