diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-09-09 22:56:23 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-09-09 22:56:23 +0000 |
| commit | 77eb45cb24d09d14c80ec0272f5c188e75357d9a (patch) | |
| tree | 90d80a0cb68dce1eb914425d898dfa1cd81ade44 /Source/Core/AudioCommon | |
| parent | a9b5cbb8e9234cf9bb8e866e938e45c51e5e6414 (diff) | |
hopefully unbreak win32 build. yeah, this was sloppy of me :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4242 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/Src/AlsaSoundStream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/AudioCommon/Src/AlsaSoundStream.h b/Source/Core/AudioCommon/Src/AlsaSoundStream.h index a747b165ec..22755c7b79 100644 --- a/Source/Core/AudioCommon/Src/AlsaSoundStream.h +++ b/Source/Core/AudioCommon/Src/AlsaSoundStream.h @@ -18,15 +18,15 @@ #ifndef _ALSA_SOUND_STREAM_H #define _ALSA_SOUND_STREAM_H +#if defined(HAVE_ALSA) && HAVE_ALSA #include <alsa/asoundlib.h> +#endif #include "Common.h" #include "SoundStream.h" #include "Thread.h" -#define HAVE_ALSA 1 - class AlsaSound : public SoundStream { #if defined(HAVE_ALSA) && HAVE_ALSA |
