view README.AmigaOS @ 4184:ed5913896653 SDL-1.2

Disable Sound Manager support on Mac OS X. It's an OS 9 API that was exposed via Carbon, but is gone in the 10.6 SDK. OS X uses CoreAudio. We only had it in here for debugging purposes anyhow, as SDL would never use it unless forced to with an environment variable. It remains in SDL for OS 9, of course.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 12 Sep 2009 12:50:25 +0000
parents 6d2e1961661a
children
line wrap: on
line source

The AmigaOS code has been removed from SDL, since it had been broken for a
 long time and had a few bits of fairly invasive code #ifdef'd into the
 SDL core.

However, there is an OS4 version of SDL here:
   http://www.rcdrummond.net/amiga/index.html

And a MorphOS version here:
   http://www.lehtoranta.net/powersdl/

--ryan.