fpc/packages/sdl
marco acb7945449 * version updates to 3.0.5
git-svn-id: branches/fixes_3_0@37640 -
2017-12-01 14:53:04 +00:00
..
src * correction for missing start in wavstream record. Mantis #25268 2013-11-10 11:34:01 +00:00
fpmake.pp * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
LGPL --- Merging r34598 into '.': 2017-06-21 07:07:03 +00:00
LGPL.addon
Makefile * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
Makefile.fpc * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
Makefile.fpc.fpcmake * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
MPL-1.1
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...