Mercurial > SDL_sound_CoreAudio
diff audio_convert.c @ 465:636796aed4e2
Build/packaging fixes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 12 Oct 2003 19:06:44 +0000 |
parents | fb519e6028e3 |
children | 9e761a594df1 |
line wrap: on
line diff
--- a/audio_convert.c Sun Oct 12 19:06:27 2003 +0000 +++ b/audio_convert.c Sun Oct 12 19:06:44 2003 +0000 @@ -31,6 +31,8 @@ # include <config.h> #endif +#if !SOUND_USE_ALTCVT + #include "SDL.h" #include "SDL_sound.h" @@ -730,3 +732,8 @@ return(cvt->needed); } /* Sound_BuildAudioCVT */ + +#endif /* !SOUND_USE_ALTCVT */ + +/* end of audio_convert.c ... */ +