The AROS Archives(anonymous IP: 54.234.67.55) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Categories

   o Audio (32)
   o Datatype (2)
   o Demo (12)
   o Development (182)
      o Cross (37)
      o Debug (0)
      o Edit (3)
      o Example (4)
      o Guitool (4)
      o Ide (11)
      o Install (1)
      o Language (30)
      o Library (66)
      o Misc (7)
      o Utility (17)
      o Webtool (2)
   o Document (17)
   o Driver (16)
   o Emulation (53)
   o Game (202)
   o Graphics (103)
   o Library (4)
   o Network (30)
   o Office (5)
   o Utility (136)
   o Video (17)

Total files: 811

Full index file. Download
Recent index file. Download




Hosted by
aros-exec.org
 Readme for:  Development » Library » sdlgfx.i386-aros.zip

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  [View]
Snapshots: 0  [View]
Downloads: 108  (Current version)
108  (Accumulated)

[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