mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
f09691b1ce
commit
4ece190476
@ -22,6 +22,10 @@
|
|||||||
#include <pandabase.h>
|
#include <pandabase.h>
|
||||||
#include <referenceCount.h>
|
#include <referenceCount.h>
|
||||||
|
|
||||||
|
#if ! defined(HAVE_RAD_MSS)
|
||||||
|
#error where is rad mss?
|
||||||
|
#endif
|
||||||
|
|
||||||
class EXPCL_PANDA AudioTraits {
|
class EXPCL_PANDA AudioTraits {
|
||||||
public:
|
public:
|
||||||
class SoundClass;
|
class SoundClass;
|
||||||
@ -74,19 +78,4 @@ public:
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
// this is really ugly. But since we have to be able to include/compile
|
|
||||||
// all of the driver files on any system, I need to centralize a switch
|
|
||||||
// for which one is real.
|
|
||||||
#ifdef HAVE_SYS_SOUNDCARD_H
|
|
||||||
#define AUDIO_USE_LINUX
|
|
||||||
#elif defined(HAVE_RAD_MSS)
|
|
||||||
#define AUDIO_USE_RAD_MSS
|
|
||||||
#elif defined(WIN32_VC)
|
|
||||||
#define AUDIO_USE_WIN32
|
|
||||||
#elif defined(HAVE_MIKMOD)
|
|
||||||
#define AUDIO_USE_MIKMOD
|
|
||||||
#else
|
|
||||||
#define AUDIO_USE_NULL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __AUDIO_TRAIT_H__ */
|
#endif /* __AUDIO_TRAIT_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user