summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/opengl
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-16 18:00:19 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-16 18:00:19 +0100
commit38e054c76552c1b4c1598a489b4bacf614f0949d (patch)
treece3ecb6be5947909ce8b83c7632d34eb69d1f7ac /src/osd/modules/opengl
parent9eb2734495cda6ff0391f317ca2565b421476738 (diff)
placed back OPENGL check since GL is not same as GLES (nw)
Diffstat (limited to 'src/osd/modules/opengl')
-rw-r--r--src/osd/modules/opengl/osd_opengl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/modules/opengl/osd_opengl.h b/src/osd/modules/opengl/osd_opengl.h
index 481925045e5..26f577f343e 100644
--- a/src/osd/modules/opengl/osd_opengl.h
+++ b/src/osd/modules/opengl/osd_opengl.h
@@ -12,6 +12,8 @@
#ifndef _OSD_OPENGL_H
#define _OSD_OPENGL_H
+ #if USE_OPENGL
+
/* equivalent to #include <GL/gl.h>
* #include <GL/glext.h>
*/
@@ -109,6 +111,8 @@
#endif /* USE_DISPATCH_GL */
+ #endif /* USE_OPENGL */
+
#endif /* _OSD_OPENGL_H */
#else /* MANGLE */