--- a/include/SDL_config_iphoneos.h Fri Jul 18 18:22:41 2008 +0000
+++ b/include/SDL_config_iphoneos.h Fri Jul 18 18:23:23 2008 +0000
@@ -43,7 +43,9 @@
typedef unsigned long uintptr_t;
+/* enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1
+
#define SDL_VIDEO_RENDER_OGL_ES 1
#define SDL_HAS_64BIT_TYPE 0
@@ -55,6 +57,9 @@
#define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
#define SDL_AUDIO_DRIVER_DUMMY 1
+/* Enable Unix style SO loading */
+#define SDL_LOADSO_DLOPEN 1
+
/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */
#define SDL_CDROM_DISABLED 1