Skip to content
Snippets Groups Projects
Commit 01cf9c02 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

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

parent d20644a5
No related branches found
No related tags found
No related merge requests found
......@@ -857,6 +857,10 @@ if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLES2" = "xyes"; then
# 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment