diff --git a/gst-libs/gst/gl/gstglapi.h b/gst-libs/gst/gl/gstglapi.h index 8605710232..01caecb60b 100644 --- a/gst-libs/gst/gl/gstglapi.h +++ b/gst-libs/gst/gl/gstglapi.h @@ -54,7 +54,7 @@ #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif -# if __APPLE__ +# ifdef __APPLE__ # include # include # else @@ -68,7 +68,7 @@ /* OpenGL for desktop systems */ #if GST_GL_HAVE_OPENGL -# if __APPLE__ +# ifdef __APPLE__ # include # include # include