Legolas 8dd9b46d60 * Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies %!s(int64=10) %!d(string=hai) anos
..
src be92aba9ba * correction for missing start in wavstream record. Mantis #25268 %!s(int64=12) %!d(string=hai) anos
LGPL 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) %!s(int64=12) %!d(string=hai) anos
LGPL.addon cda8ea8c45 * sdl moved %!s(int64=17) %!d(string=hai) anos
MPL-1.1 cda8ea8c45 * sdl moved %!s(int64=17) %!d(string=hai) anos
Makefile fa328436ab * regenerated for iphonesim/x86-64 %!s(int64=10) %!d(string=hai) anos
Makefile.fpc 1a90d29063 * Re-generated packages-Makefile.fpcs and Makefiles %!s(int64=10) %!d(string=hai) anos
Makefile.fpc.fpcmake d407b668d1 * version updated to 3.1.1 %!s(int64=10) %!d(string=hai) anos
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files %!s(int64=16) %!d(string=hai) anos
fpmake.pp 8dd9b46d60 * Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies %!s(int64=10) %!d(string=hai) anos

README.txt

Taken from project jedi (http://www.delphi-jedi.org/Jedi:TEAM_SDL_HOME) with permission.

Relicensed under LGPLv2 with exception as per LGPL and LGPL.addon with permission. You can use this code as long as you abide by either the LGPL + exception license, or the original MPL-1.1 license.

Currently, only SDL, SDL_Image, SDL_Mixer, SDL_gfx and SDL_ttf are compiled and installed. Additional files will be addes as I'm able to test them.

SDL_mixer_nosmpeg unit was added to provide a "smpeg-less" way to use SDL_mixer if the users don't need mp3 support and don't want to depend on the somewhat rare smpeg.dll/so/dylib. Ofcourse for this to work, you need to have a libSDL setup (eg: the libs themselves) without smpeg compiled in. It's worth the trouble in windows however...