cmake: Prevent HAVE_OPENAL and HAVE_PORTAUDIO to be redefined
This commit is contained in:
parent
cac53603c5
commit
c649bf104b
|
@ -39,9 +39,13 @@ extern const std::string scm_distributor_str;
|
||||||
|
|
||||||
// Since they are always around on Windows
|
// Since they are always around on Windows
|
||||||
#define HAVE_WX 1
|
#define HAVE_WX 1
|
||||||
|
#ifndef HAVE_OPENAL
|
||||||
#define HAVE_OPENAL 1
|
#define HAVE_OPENAL 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_PORTAUDIO
|
||||||
#define HAVE_PORTAUDIO 1
|
#define HAVE_PORTAUDIO 1
|
||||||
|
#endif
|
||||||
|
|
||||||
// Debug definitions
|
// Debug definitions
|
||||||
#if defined(_DEBUG)
|
#if defined(_DEBUG)
|
||||||
|
|
Loading…
Reference in New Issue