Compile in alsa9 only if it is actually installed, not simply if you are building on linux.

This commit is contained in:
Steve Checkoway
2003-05-01 09:54:24 +00:00
parent 779a66e58e
commit 1d5f0c1078
+3 -3
View File
@@ -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)