Compile in alsa9 only if it is actually installed, not simply if you are building on linux.
This commit is contained in:
@@ -37,10 +37,10 @@ void MakeInputHandlers(vector<InputHandler *> &Add)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(LINUX)
|
//#if defined(LINUX)
|
||||||
// #define HAVE_OSS
|
// #define HAVE_OSS
|
||||||
#define HAVE_ALSA
|
//#define HAVE_ALSA
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
/* Err, this is ugly--breaks arch encapsulation. Hmm. */
|
/* Err, this is ugly--breaks arch encapsulation. Hmm. */
|
||||||
RageSoundDriver *MakeRageSoundDriver(CString drivers)
|
RageSoundDriver *MakeRageSoundDriver(CString drivers)
|
||||||
|
|||||||
Reference in New Issue
Block a user