Commit 2d338c4b authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout/opengl: ugly temporary work-around to get this compiling for OpenGL ES

parent 50e96dd4
......@@ -72,6 +72,9 @@
# define PFNGLATTACHSHADERPROC typeof(glAttachShader)*
# define PFNGLACTIVETEXTUREPROC typeof(glActiveTexture)*
# define PFNGLCLIENTACTIVETEXTUREPROC typeof(glClientActiveTexture)*
#if USE_OPENGL_ES
# define GL_UNPACK_ROW_LENGTH 0
#endif
#endif
#if USE_OPENGL_ES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment