gl: fix typo in #if
authorMatthew Waters <matthew@centricular.com>
Fri, 28 Nov 2014 00:04:22 +0000 (11:04 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:51 +0000 (19:31 +0000)
GST_GL_API_HAVE_OPENGL doesn't exist

ext/gl/gstglcolorscale.c

index c9a2dc0..d41e320 100644 (file)
@@ -210,7 +210,7 @@ gst_gl_colorscale_callback (gint width, gint height, guint texture,
 {
   GstGLFilter *filter = GST_GL_FILTER (stuff);
 
-#if GST_GL_API_HAVE_OPENGL
+#if GST_GL_HAVE_OPENGL
   if (gst_gl_context_get_gl_api (filter->context) & GST_GL_API_OPENGL) {
     const GstGLFuncs *gl = filter->context->gl_vtable;