peter 627263a268 * line endings fixed 18 years ago
..
LGPL ddd4fd04c8 * update to make it a clear dual-license 18 years ago
LGPL.addon ddd4fd04c8 * update to make it a clear dual-license 18 years ago
MPL-1.1 ddd4fd04c8 * update to make it a clear dual-license 18 years ago
Makefile e6df979bf7 * don't compile sdlutils for 64 bit platforms for now, as it needs to 18 years ago
Makefile.fpc e6df979bf7 * don't compile sdlutils for 64 bit platforms for now, as it needs to 18 years ago
README 5a39db65b9 * add info about the smpeg stuff 18 years ago
fpmake.inc 69271c6e1a * update fpmake.inc for proper OS/CPU target list 18 years ago
fpmake.pp 51677fe681 * re-add sdl again 18 years ago
jedi-sdl.inc 2986623dba * synchronize with JEDI-SDL release 18 years ago
libxmlparser.pas 51677fe681 * re-add sdl again 18 years ago
logger.pas 2986623dba * synchronize with JEDI-SDL release 18 years ago
powersdl.inc 4ad9fca754 + updated powersdl.inc 18 years ago
sdl.pas 245c551e2e + first attempt to support morphos' powersdl (WIP, but basic stuff already works) 18 years ago
sdl_gfx.pas 627263a268 * line endings fixed 18 years ago
sdl_image.pas 627263a268 * line endings fixed 18 years ago
sdl_mixer.pas 627263a268 * line endings fixed 18 years ago
sdl_mixer_nosmpeg.pas 856c7b5bb0 * fix line endings 18 years ago
sdl_net.pas a56aa776bb * remove win32 constraint so it compiles on win64 and possibly others later too 18 years ago
sdl_ttf.pas 2986623dba * synchronize with JEDI-SDL release 18 years ago
sdlutils.pas 5d219560b0 + added initial sdlgraph unit by Evgeniy Ivanov and related changes: 18 years ago
smpeg.pas a56aa776bb * remove win32 constraint so it compiles on win64 and possibly others later too 18 years ago

README

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...