From fa22dea906eb4cab0af46d2bcc2bdc285db2ba04 Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Fri, 18 Jul 2008 18:23:23 +0000 Subject: [PATCH] added SDL_LOADSO_DLOPEN macro --- include/SDL_config_iphoneos.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/SDL_config_iphoneos.h b/include/SDL_config_iphoneos.h index e15a0e24a..92918daa4 100644 --- a/include/SDL_config_iphoneos.h +++ b/include/SDL_config_iphoneos.h @@ -43,7 +43,9 @@ typedef unsigned int uint32_t; 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 @@ typedef unsigned long uintptr_t; #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