X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsound.c;h=d39a98612efdccc61df92dcf136e0e87f3392a0d;hb=57bbc28786e5cc6c531b53ef5e29512b1e0b73e8;hp=340ec942b8ebc30d25e62107bdf02a28e30498c5;hpb=1e196be4c0a2f1edf823b3a0e5a14a146317686e;p=rocksndiamonds.git diff --git a/src/sound.c b/src/sound.c index 340ec942..d39a9861 100644 --- a/src/sound.c +++ b/src/sound.c @@ -498,6 +498,7 @@ void SoundServer_FadeSound(int nr) } */ +#ifdef MSDOS static void SoundServer_StopSound(int nr) { int i; @@ -540,6 +541,7 @@ static void SoundServer_StopAllSounds() close(sound_device); #endif } +#endif /* MSDOS */ #ifdef HPUX_AUDIO static void HPUX_Audio_Control() @@ -564,6 +566,7 @@ static void HPUX_Audio_Control() } #endif /* HPUX_AUDIO */ +#ifndef VOXWARE /* these two are stolen from "sox"... :) */ /* @@ -667,6 +670,7 @@ static int ulaw_to_linear(unsigned char ulawbyte) return(sample); } +#endif /* !VOXWARE */ /*** THE STUFF ABOVE IS ONLY USED BY THE SOUND SERVER CHILD PROCESS ***/