gl/cocoa: include gl3.h in configure too for consistency with gstglapi.h

This commit is contained in:
Sebastian Dröge 2014-11-04 09:52:11 +01:00
parent 484f0a0cd3
commit 340d60e85e

View file

@ -863,6 +863,10 @@ if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLU" = "xyes" -a "x$HAVE_GLES2" = "xyes"
# if __APPLE__
# include <OpenGL/OpenGL.h>
# include <OpenGL/gl.h>
# if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
# define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED
# include <OpenGL/gl3.h>
# endif
# include <OpenGL/glu.h>
# else
# include <GL/gl.h>