diff include/SDL_config_android.h @ 4701:d40bb3165d2b

Added (partially implemented) android video backend and associated files needed to build
author Paul Hunkin <paul@bieh.net>
date Thu, 10 Jun 2010 18:54:23 +1200
parents cf23d9b8e606
children d59792d2c3ae
line wrap: on
line diff
--- a/include/SDL_config_android.h	Sun May 23 15:18:16 2010 +1200
+++ b/include/SDL_config_android.h	Thu Jun 10 18:54:23 2010 +1200
@@ -63,10 +63,14 @@
 
 #define SDL_TIMER_UNIX 1
 
-#define SDL_VIDEO_DRIVER_DUMMY 1
+#define SDL_VIDEO_DRIVER_ANDROID 1
 
 #define HAVE_STDIO_H 1
 #define HAVE_SYS_TYPES_H 1
 
+#define HAVE_M_PI 1
+
+#define SDL_VIDEO_RENDER_OGL_ES 1
+
 #endif /* _SDL_config_minimal_h */