Mercurial > sdl-ios-xcode
changeset 1583:95451df282c3
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 22 Mar 2006 07:10:38 +0000 |
parents | 43a565749fbf |
children | b786d9c15e42 |
files | src/audio/bsd/SDL_bsdaudio.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/bsd/SDL_bsdaudio.c Wed Mar 22 06:43:25 2006 +0000 +++ b/src/audio/bsd/SDL_bsdaudio.c Wed Mar 22 07:10:38 2006 +0000 @@ -40,7 +40,7 @@ #include "../SDL_audiomem.h" #include "../SDL_audio_c.h" #include "../SDL_audiodev_c.h" -#include "SDL_openbsdaudio.h" +#include "SDL_bsdaudio.h" /* The tag name used by NetBSD/OpenBSD audio */ #ifdef __NetBSD__ @@ -133,8 +133,8 @@ return this; } -AudioBootStrap OPENBSD_AUDIO_bootstrap = { - BSD_DRIVER_NAME, BSD_AUDIO_DRIVER_DESC, +AudioBootStrap BSD_AUDIO_bootstrap = { + BSD_AUDIO_DRIVER_NAME, BSD_AUDIO_DRIVER_DESC, Audio_Available, Audio_CreateDevice };