OpenGL ES support for Windows

This commit is contained in:
Gabriel Jacobo
2013-11-22 13:24:53 -03:00
parent 45dbff2ee4
commit 61959aa67b
32 changed files with 6741 additions and 1210 deletions

2
test/configure vendored
View File

@@ -3902,7 +3902,7 @@ if test x$have_opengles = xyes; then
fi
if test x$have_opengles2 = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGLES2"
GLES2LIB="$XPATH -lGLESv2"
#GLES2LIB="$XPATH -lGLESv2"
fi
if test x$have_opengl = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGL"

View File

@@ -161,7 +161,7 @@ if test x$have_opengles = xyes; then
fi
if test x$have_opengles2 = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGLES2"
GLES2LIB="$XPATH -lGLESv2"
#GLES2LIB="$XPATH -lGLESv2"
fi
if test x$have_opengl = xyes; then
CFLAGS="$CFLAGS -DHAVE_OPENGL"

File diff suppressed because it is too large Load Diff