comparison ext/openal-soft/config.h.in @ 109:7fa2ac496050

* OpenAL-soft patch for OSS support by Yonibear (OpenAnno)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 26 Jul 2008 12:29:55 +0000
parents 4a0efb7baf70
children
comparison
equal deleted inserted replaced
108:0c017b8e4ab2 109:7fa2ac496050
6 #ifdef HAVE_ALSA_ASOUNDLIB_H 6 #ifdef HAVE_ALSA_ASOUNDLIB_H
7 #define HAVE_ALSA /// redefine for dont change sources... 7 #define HAVE_ALSA /// redefine for dont change sources...
8 #endif 8 #endif
9 9
10 /* Define if we have the OSS backend */ 10 /* Define if we have the OSS backend */
11 #undef HAVE_OSS /// using only alsa 11 #define HAVE_OSS
12 12
13 13
14 /* Define if we have the DSound backend */ 14 /* Define if we have the DSound backend */
15 #undef HAVE_DSOUND /// only for windows, dont use 15 #undef HAVE_DSOUND /// only for windows, dont use
16 16