Mercurial > SDL_sound_CoreAudio
comparison audio_convert.c @ 483:9e761a594df1
Removed altcvt.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 27 Feb 2005 19:50:01 +0000 |
parents | 636796aed4e2 |
children |
comparison
equal
deleted
inserted
replaced
482:9999f59cf591 | 483:9e761a594df1 |
---|---|
28 */ | 28 */ |
29 | 29 |
30 #if HAVE_CONFIG_H | 30 #if HAVE_CONFIG_H |
31 # include <config.h> | 31 # include <config.h> |
32 #endif | 32 #endif |
33 | |
34 #if !SOUND_USE_ALTCVT | |
35 | 33 |
36 #include "SDL.h" | 34 #include "SDL.h" |
37 #include "SDL_sound.h" | 35 #include "SDL_sound.h" |
38 | 36 |
39 #define __SDL_SOUND_INTERNAL__ | 37 #define __SDL_SOUND_INTERNAL__ |
731 } /* if */ | 729 } /* if */ |
732 | 730 |
733 return(cvt->needed); | 731 return(cvt->needed); |
734 } /* Sound_BuildAudioCVT */ | 732 } /* Sound_BuildAudioCVT */ |
735 | 733 |
736 #endif /* !SOUND_USE_ALTCVT */ | |
737 | |
738 /* end of audio_convert.c ... */ | 734 /* end of audio_convert.c ... */ |
739 | 735 |