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

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