From fbaccae793b173173b33b07ad766efadf5e7e614 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 17 Nov 2006 17:00:11 +0000 Subject: [PATCH] Use the audio unit driver. --- stepmania/src/arch/arch_default.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/arch/arch_default.h b/stepmania/src/arch/arch_default.h index 7b3b0cab19..49cf9d7cb0 100644 --- a/stepmania/src/arch/arch_default.h +++ b/stepmania/src/arch/arch_default.h @@ -24,8 +24,7 @@ #define DEFAULT_MOVIE_DRIVER_LIST "Theora,FFMpeg,DShow,Null" /* RageSoundDrivers */ -#define DEFAULT_SOUND_DRIVER_LIST "ALSA,DirectSound,ALSA-sw,DirectSound-sw,CoreAudio,OSS,WaveOut,Null" - +#define DEFAULT_SOUND_DRIVER_LIST "ALSA,DirectSound,ALSA-sw,DirectSound-sw,AudioUnit,CoreAudio,OSS,WaveOut,Null" #endif /*