From 232c427f3899845af7a80eab0277fc21d829abec Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 29 Aug 2011 00:27:43 -0400 Subject: [PATCH] Fixed missing audio on iOS. --- include/SDL_config_iphoneos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_iphoneos.h b/include/SDL_config_iphoneos.h index 07d6c183d..e6a1dea92 100644 --- a/include/SDL_config_iphoneos.h +++ b/include/SDL_config_iphoneos.h @@ -104,7 +104,7 @@ #define HAVE_SYSCTLBYNAME 1 /* enable iPhone version of Core Audio driver */ -#define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1 +#define SDL_AUDIO_DRIVER_COREAUDIO 1 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ #define SDL_AUDIO_DRIVER_DUMMY 1