mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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
This commit is contained in:
parent
a9b5cbb8e9
commit
77eb45cb24
@ -18,15 +18,15 @@
|
|||||||
#ifndef _ALSA_SOUND_STREAM_H
|
#ifndef _ALSA_SOUND_STREAM_H
|
||||||
#define _ALSA_SOUND_STREAM_H
|
#define _ALSA_SOUND_STREAM_H
|
||||||
|
|
||||||
|
#if defined(HAVE_ALSA) && HAVE_ALSA
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "SoundStream.h"
|
#include "SoundStream.h"
|
||||||
|
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
|
||||||
#define HAVE_ALSA 1
|
|
||||||
|
|
||||||
class AlsaSound : public SoundStream
|
class AlsaSound : public SoundStream
|
||||||
{
|
{
|
||||||
#if defined(HAVE_ALSA) && HAVE_ALSA
|
#if defined(HAVE_ALSA) && HAVE_ALSA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user