Mercurial > SDL_sound_CoreAudio
diff SDL_sound_internal.h @ 483:9e761a594df1
Removed altcvt.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 27 Feb 2005 19:50:01 +0000 |
parents | 3e705c9180e5 |
children | 137c0b00ea4c |
line wrap: on
line diff
--- a/SDL_sound_internal.h Thu Jan 06 07:35:39 2005 +0000 +++ b/SDL_sound_internal.h Sun Feb 27 19:50:01 2005 +0000 @@ -217,9 +217,6 @@ /* A structure to hold a set of audio conversion filters and buffers */ -#if (defined SOUND_USE_ALTCVT) -#include "alt_audio_convert.h" -#else typedef struct Sound_AudioCVT { int needed; /* Set to 1 if conversion possible */ @@ -234,7 +231,6 @@ void (*filters[20])(struct Sound_AudioCVT *cvt, Uint16 *format); int filter_index; /* Current audio conversion function */ } Sound_AudioCVT; -#endif extern SNDDECLSPEC int Sound_BuildAudioCVT(Sound_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, Uint32 src_rate,