|
@@ -28,11 +28,11 @@
|
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
/*************************************************************************/
|
|
/*************************************************************************/
|
|
|
|
|
|
-#ifdef PULSEAUDIO_ENABLED
|
|
|
|
-
|
|
|
|
#ifndef AUDIO_DRIVER_PULSEAUDIO_H
|
|
#ifndef AUDIO_DRIVER_PULSEAUDIO_H
|
|
#define AUDIO_DRIVER_PULSEAUDIO_H
|
|
#define AUDIO_DRIVER_PULSEAUDIO_H
|
|
|
|
|
|
|
|
+#ifdef PULSEAUDIO_ENABLED
|
|
|
|
+
|
|
#include "core/os/mutex.h"
|
|
#include "core/os/mutex.h"
|
|
#include "core/os/thread.h"
|
|
#include "core/os/thread.h"
|
|
#include "servers/audio_server.h"
|
|
#include "servers/audio_server.h"
|
|
@@ -124,6 +124,6 @@ public:
|
|
~AudioDriverPulseAudio() {}
|
|
~AudioDriverPulseAudio() {}
|
|
};
|
|
};
|
|
|
|
|
|
-#endif // AUDIO_DRIVER_PULSEAUDIO_H
|
|
|
|
-
|
|
|
|
#endif // PULSEAUDIO_ENABLED
|
|
#endif // PULSEAUDIO_ENABLED
|
|
|
|
+
|
|
|
|
+#endif // AUDIO_DRIVER_PULSEAUDIO_H
|