From: Deanna Phillips Date: Sun, 10 Feb 2008 23:32:08 +0000 (-0500) Subject: Add an SDL sound backend and use it instead of spawning an external X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/bf4857d3d4c67a0f185a99b63003e7fa43cbe2c4?hp=bf4857d3d4c67a0f185a99b63003e7fa43cbe2c4 Add an SDL sound backend and use it instead of spawning an external player. SDL and SDL_mixer are now required. You may get them from: http://www.libsdl.org http://www.libsdl.org/projects/SDL_mixer/ If you have problems building, try uncommenting the extra SDLLIBS and SDLINCLUDES variables in src/sim/makefile. ---