mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
*** server/dda/voxware/auvoxware.c.orig Thu Nov 3 11:24:11 1994
|
|
--- server/dda/voxware/auvoxware.c Thu Nov 3 11:24:50 1994
|
|
***************
|
|
*** 755,760 ****
|
|
--- 755,765 ----
|
|
/*
|
|
* Setup soundcard at maximum audio quality.
|
|
*/
|
|
+
|
|
+ #ifdef __FreeBSD__
|
|
+ #define NO_16_BIT_SAMPLING
|
|
+ #endif
|
|
+
|
|
static void setupSoundcard(sndStat)
|
|
SndStat* sndStat;
|
|
{
|