Skip /dev/sequencer MIDI on Android.

svn-id: r50664
This commit is contained in:
Angus Lees 2010-07-05 00:09:41 +00:00
parent 18b449d4fd
commit bb300ec671
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
* both the QuickTime support and (vkeybd http://www.alsa-project.org/~iwai/alsa.html) * both the QuickTime support and (vkeybd http://www.alsa-project.org/~iwai/alsa.html)
*/ */
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) #if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) && !defined(__ANDROID__)
#include "common/util.h" #include "common/util.h"
#include "sound/musicplugin.h" #include "sound/musicplugin.h"

View file

@ -175,7 +175,7 @@ public:
#if defined(UNIX) && defined(USE_ALSA) #if defined(UNIX) && defined(USE_ALSA)
LINK_PLUGIN(ALSA) LINK_PLUGIN(ALSA)
#endif #endif
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) #if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__) && !defined(__ANDROID__)
LINK_PLUGIN(SEQ) LINK_PLUGIN(SEQ)
#endif #endif
#if defined(__MINT__) #if defined(__MINT__)