log include/SDL_config_android.h @ 5230:5d01d426f2ea

age author description
Sun, 06 Feb 2011 02:35:14 -0800 Sam Lantinga Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_glesfuncs.h
Thu, 06 Jan 2011 16:11:21 -0800 Sam Lantinga Build the SDL library as a shared object on Android, so it will work correctly with SDL_image and SDL_ttf.
Tue, 04 Jan 2011 20:36:39 -0800 Sam Lantinga Fixed 2D video on Android
Sat, 01 Jan 2011 16:56:54 -0800 Sam Lantinga Android has atan() and atan2()
Tue, 27 Jul 2010 21:21:24 +0200 Paul Hunkin - Cleaned up a bunch of code
Tue, 27 Jul 2010 15:23:09 +0200 Paul Hunkin Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuff
Tue, 27 Jul 2010 11:35:06 +0200 Paul Hunkin Updated test app to init the sound system
Thu, 10 Jun 2010 18:54:23 +1200 Paul Hunkin Added (partially implemented) android video backend and associated files needed to build
Sun, 23 May 2010 15:18:16 +1200 Paul Hunkin Added some android build stuff