fpc/packages/sdl
2023-11-30 23:43:27 +00:00
..
namespaced * Dotted filenames for package sdl 2023-07-27 19:04:26 +02:00
src * Use SinCos where possible. Fixes issue #40420 2023-10-12 09:11:21 +02:00
fpmake.pp human68k: fpmake changes, disable everything that cannot be built currently 2023-11-30 23:43:27 +00:00
LGPL
LGPL.addon
Makefile * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Makefile.fpc.fpcmake * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
MPL-1.1
namespaces.lst * Dotted filenames for package sdl 2023-07-27 19:04:26 +02:00
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...