mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +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/glu.h>
|
||||
# else
|
||||
# include <GL/glu.h>
|
||||
# include <GL/gl.h>
|
||||
# include <GL/glu.h>
|
||||
# if __WIN32__ || _WIN32
|
||||
# include <GL/glext.h>
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue