mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +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"
|
||||
|
||||
#if defined(UNIX) && defined(USE_ALSA)
|
||||
#if defined(USE_ALSA)
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/util.h"
|
||||
|
@ -172,7 +172,7 @@ public:
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||
LINK_PLUGIN(WINDOWS)
|
||||
#endif
|
||||
#if defined(UNIX) && defined(USE_ALSA)
|
||||
#if defined(USE_ALSA)
|
||||
LINK_PLUGIN(ALSA)
|
||||
#endif
|
||||
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) && !defined(__ANDROID__)
|
||||
|
Loading…
Reference in New Issue
Block a user