CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/04/18 11:06:18

Modified files:
        .              : ChangeLog configure configure.in 
        src/include    : sound.h soundserver.h 
        src/sound      : Makefile.am sound.c soundserver_null.c 
Added files:
        src/sound      : soundserver_sdl.c 

Log message:
Initial checkin of the SDL threaded sound server.

Most of the code is still shared with the "null" soundserver, so I make
no guarantees that it will even compile if HAVE_FORK is not defined.

It is now the default soundserver if you have SDL installed.  Also,
this bumps the required version of SDL to 1.1.8.

Large parts of the old soundserver/sound code have been swapped around
and refactored.   So there's the potential here for much breakage!

Oh, we should probably remove the completely obselete soundserver_dos.c
now.

- Pizza


Reply via email to