Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Sdlgfx | Description: | SDL_gfx | Download: | sdlgfx.i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 783kb | Version: | 2.0.16 | Date: | 04 Jul 07 | Author: | Andreas Schiffler | Submitter: | Tails92 | Email: | tails92/gmail com | Requirements: | SDL | Category: | development/library | License: | LGPL | Distribute: | yes | FileID: | 229 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 183 (Current version) | | 183 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] This archive contains libSDL_gfx 2.0.16 compiled for AROS i386.
It was compiled manually using the gcc binaries from the Murks! IDE
distribution.
For compiling SDL_gfxPrimitives.c I needed to define lrint as a cast,
as lrint is not available on AROS.
I saw this trick in the source code of gavl.
For what I've tested, it works ok.
No source code changes were needed except defining
lrint as a cast.
Define this, preferably in SDL_gfxPrimitives.c:
#define lrint(dbl) ((int) (dbl))
All tests are included, except TestABGR and TestGfxBlit that didn't
compile.
You can find the original readme of SDL_gfx as 'README' in the archive.
Enjoy!
Tails92
|