diff include/SDL_config_android.h @ 4964:6c645018741e

Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Jan 2011 16:11:21 -0800
parents 0ab2492f2e17
children daa5463466c5
line wrap: on
line diff
--- a/include/SDL_config_android.h	Wed Jan 05 00:09:19 2011 -0800
+++ b/include/SDL_config_android.h	Thu Jan 06 16:11:21 2011 -0800
@@ -127,7 +127,7 @@
 #define SDL_HAPTIC_DUMMY	1
 
 /* Enable various shared object loading systems */
-#define SDL_LOADSO_DUMMY	1
+#define SDL_LOADSO_DLOPEN	1
 
 /* Enable various threading systems */
 #define SDL_THREAD_PTHREAD	1