comparison include/SDL_config_macos.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 4d241ea8a1cd
children 38c1eb6b0083
comparison
equal deleted inserted replaced
1531:543ffd71ab6d 1532:30f189cdd82b
65 #define HAVE_STRNCMP 1 65 #define HAVE_STRNCMP 1
66 #define HAVE_SSCANF 1 66 #define HAVE_SSCANF 1
67 67
68 /* Enable various audio drivers */ 68 /* Enable various audio drivers */
69 #define SDL_AUDIO_DRIVER_SNDMGR 1 69 #define SDL_AUDIO_DRIVER_SNDMGR 1
70 #define SDL_AUDIO_DRIVER_DISK 1
71 #define SDL_AUDIO_DRIVER_DUMMY 1
70 72
71 /* Enable various cdrom drivers */ 73 /* Enable various cdrom drivers */
72 #define SDL_CDROM_MACOS 1 74 #define SDL_CDROM_MACOS 1
73 75
74 /* Enable various input drivers */ 76 /* Enable various input drivers */