diff libvo/gl_compat.h @ 35889:a51578d7e264

Add (hackish) support for OpenGL on Android. The only to run that actually works in my system is running from adb shell, since trying to create a window from native code is not possible when running from a app.
author reimar
date Sat, 16 Mar 2013 19:15:42 +0000
parents f464ea910bd2
children fd34a83228ca
line wrap: on
line diff
--- a/libvo/gl_compat.h	Sat Mar 16 15:18:15 2013 +0000
+++ b/libvo/gl_compat.h	Sat Mar 16 19:15:42 2013 +0000
@@ -80,6 +80,9 @@
 #ifndef GL_INT
 #define GL_INT 0x1404
 #endif
+#ifndef GL_UNSIGNED_INT
+#define GL_UNSIGNED_INT 0x1405
+#endif
 #ifndef GL_2_BYTES
 #define GL_2_BYTES 0x1407
 #endif