Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4963:604077962776 | 4964:6c645018741e |
---|---|
125 /* Enable various input drivers */ | 125 /* Enable various input drivers */ |
126 #define SDL_JOYSTICK_ANDROID 1 | 126 #define SDL_JOYSTICK_ANDROID 1 |
127 #define SDL_HAPTIC_DUMMY 1 | 127 #define SDL_HAPTIC_DUMMY 1 |
128 | 128 |
129 /* Enable various shared object loading systems */ | 129 /* Enable various shared object loading systems */ |
130 #define SDL_LOADSO_DUMMY 1 | 130 #define SDL_LOADSO_DLOPEN 1 |
131 | 131 |
132 /* Enable various threading systems */ | 132 /* Enable various threading systems */ |
133 #define SDL_THREAD_PTHREAD 1 | 133 #define SDL_THREAD_PTHREAD 1 |
134 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 | 134 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 |
135 | 135 |