comparison include/SDL_config_macosx.h @ 1532:30f189cdd82b

Implemented dummy audio driver. Fixes Bugzilla #161.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 14 Mar 2006 08:53:33 +0000
parents 39f6ad4693a5
children 932ba94c4032
comparison
equal deleted inserted replaced
1531:543ffd71ab6d 1532:30f189cdd82b
81 #define HAVE_NANOSLEEP 1 81 #define HAVE_NANOSLEEP 1
82 82
83 /* Enable various audio drivers */ 83 /* Enable various audio drivers */
84 #define SDL_AUDIO_DRIVER_COREAUDIO 1 84 #define SDL_AUDIO_DRIVER_COREAUDIO 1
85 #define SDL_AUDIO_DRIVER_SNDMGR 1 85 #define SDL_AUDIO_DRIVER_SNDMGR 1
86 #define SDL_AUDIO_DRIVER_DISK 1
87 #define SDL_AUDIO_DRIVER_DUMMY 1
86 88
87 /* Enable various cdrom drivers */ 89 /* Enable various cdrom drivers */
88 #define SDL_CDROM_MACOSX 1 90 #define SDL_CDROM_MACOSX 1
89 91
90 /* Enable various input drivers */ 92 /* Enable various input drivers */