mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[738/906] gl: Include glu.h after gl.h
This commit is contained in:
parent
7b649027bc
commit
16a5316755
1 changed files with 1 additions and 1 deletions
|
@ -39,8 +39,8 @@
|
||||||
# include <OpenGL/gl.h>
|
# include <OpenGL/gl.h>
|
||||||
# include <OpenGL/glu.h>
|
# include <OpenGL/glu.h>
|
||||||
# else
|
# else
|
||||||
# include <GL/glu.h>
|
|
||||||
# include <GL/gl.h>
|
# include <GL/gl.h>
|
||||||
|
# include <GL/glu.h>
|
||||||
# if __WIN32__ || _WIN32
|
# if __WIN32__ || _WIN32
|
||||||
# include <GL/glext.h>
|
# include <GL/glext.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue