Mercurial > sdl-ios-xcode
diff src/audio/alsa/SDL_alsa_audio.h @ 4292:464126f4c7db SDL-1.2
Moved to stable ALSA API.
This cleans up a few problems with our use of the ancient ALSA 0.9 API.
This means we can ditch the dlvsym() nonsense and use SDL_LoadFunction(), too.
Fixes Bugzilla #745.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 10 Oct 2009 07:33:18 +0000 |
parents | a1b03ba2fcd0 |
children | 4b582c04ec1d |
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.h Sat Oct 10 07:30:00 2009 +0000 +++ b/src/audio/alsa/SDL_alsa_audio.h Sat Oct 10 07:33:18 2009 +0000 @@ -24,8 +24,6 @@ #ifndef _ALSA_PCM_audio_h #define _ALSA_PCM_audio_h -#define ALSA_PCM_OLD_HW_PARAMS_API -#define ALSA_PCM_OLD_SW_PARAMS_API #include <alsa/asoundlib.h> #include "../SDL_sysaudio.h"