]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Added sound support to the NetBSD port. Most of the code comes from the original...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Jan 2004 07:38:15 +0000 (07:38 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Jan 2004 07:38:15 +0000 (07:38 +0000)
commit1a56b0b13baaaf613db6e01542e7e3f2d143c8d5
tree45ef37d6da1cf808a6c02c808c0b9e052d27b056
parent4bae3a8c37a3a08174d6a7b3bf095d408572fdd6
Added sound support to the NetBSD port. Most of the code comes from the original "snd_sun.c" file, by id Software. Some TODO remains, including the support for the "-snd*" options. Hopefully, the BSD specific code in DP works for the 3 majors BSD flavors, though I cannot test it on FreeBSD and OpenBSD anyway (feedback and test welcome if you have a BSD box at your disposal).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3805 d7cf8633-e32d-0410-b094-e92efae38249
makefile.bsd
snd_bsd.c [new file with mode: 0644]
snd_dma.c