![]() | (anonymous IP: 54.234.67.55) | |||||||||||||
| ||||||||||||||
Audio (32) Datatype (2) Demo (12) Development (182) Cross (37) Debug (0) Edit (3) Example (4) Guitool (4) Ide (11) Install (1) Language (30) Library (66) Misc (7) Utility (17) Webtool (2) Document (17) Driver (16) Emulation (53) Game (202) Graphics (103) Library (4) Network (30) Office (5) Utility (136) Video (17) Total files: 811 Full index file. Download Recent index file. Download Hosted by aros-exec.org |
[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 |
| Copyright (c) 2005 The AROS Archives All Rights Reserved Contact us at: archives@aros-exec.org |