Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.

This commit is contained in:
Sam Lantinga 2011-01-06 16:11:21 -08:00
parent e92a0428c3
commit 606b0cda7f
20 changed files with 179 additions and 1286 deletions

View file

@ -127,7 +127,7 @@ typedef unsigned int size_t;
#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