mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
MIDI: Build and use ALSA driver if and only if USE_ALSA is defined
svn-id: r51053
This commit is contained in:
parent
961079ae19
commit
211fcfe7ba
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "common/scummsys.h"
|
#include "common/scummsys.h"
|
||||||
|
|
||||||
#if defined(UNIX) && defined(USE_ALSA)
|
#if defined(USE_ALSA)
|
||||||
|
|
||||||
#include "common/config-manager.h"
|
#include "common/config-manager.h"
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
|
@ -172,7 +172,7 @@ public:
|
|||||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||||
LINK_PLUGIN(WINDOWS)
|
LINK_PLUGIN(WINDOWS)
|
||||||
#endif
|
#endif
|
||||||
#if defined(UNIX) && defined(USE_ALSA)
|
#if defined(USE_ALSA)
|
||||||
LINK_PLUGIN(ALSA)
|
LINK_PLUGIN(ALSA)
|
||||||
#endif
|
#endif
|
||||||
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) && !defined(__ANDROID__)
|
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) && !defined(__ANDROID__)
|
||||||
|
Loading…
Reference in New Issue
Block a user