comparison src/audio/dmedia/SDL_irixaudio.c @ 148:8758b8d42cd9

Audio subsystem no longer assumes sun audio API on UNIX systems
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Aug 2001 13:09:47 +0000
parents 74212992fb08
children e8157fcb3114
comparison
equal deleted inserted replaced
147:8f9093e805c9 148:8758b8d42cd9
89 this->free = Audio_DeleteDevice; 89 this->free = Audio_DeleteDevice;
90 90
91 return this; 91 return this;
92 } 92 }
93 93
94 AudioBootStrap AUDIO_bootstrap = { 94 AudioBootStrap DMEDIA_bootstrap = {
95 "AL", "IRIX DMedia audio", 95 "AL", "IRIX DMedia audio",
96 Audio_Available, Audio_CreateDevice 96 Audio_Available, Audio_CreateDevice
97 }; 97 };
98 98
99 99