Re: .so and threads, and stereo /dev/dsp, freebsd 4.3-stable.

2001-09-03 Thread Terry Lambert
Faried Nawaz wrote: > Next: the OSS plugin builds but doesn't seem to work properly. At > some point, it tries to set /dev/dsp to stereo, and fails: > > tmp = 0; > if (shm->channels == 2) > tmp = 1; > rc = ioctl (audio_fd, SNDCTL_DSP_STEREO, &tmp); >

.so and threads, and stereo /dev/dsp, freebsd 4.3-stable.

2001-09-02 Thread Faried Nawaz
Hello, I checked out quakeforge (http://www.quakeforge.net/) from their cvs tree, and tried building it on FreeBSD yesterday. It mostly worked, but I ran into two odd problems. Quakeforge uses plugins to handle sound; there is an OSS plugin for the normal system sound libs, and an SDL plugin i