gl: fix typo in #if

GST_GL_API_HAVE_OPENGL doesn't exist
This commit is contained in:
Matthew Waters 2014-11-28 11:04:22 +11:00 committed by Tim-Philipp Müller
parent 3be1edc634
commit 83b6572928

View 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;