summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/common.h')
-rw-r--r--video/out/opengl/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/common.h b/video/out/opengl/common.h
index e9bda4918b..b3108d0676 100644
--- a/video/out/opengl/common.h
+++ b/video/out/opengl/common.h
@@ -39,7 +39,7 @@
#elif HAVE_IOS_GL
#include <OpenGLES/ES2/glext.h>
#include <OpenGLES/ES3/glext.h>
-#elif HAVE_ANDROID_GL
+#elif HAVE_STANDARD_GLES3
#include <GLES3/gl3.h>
#else
#include <GL/gl.h>