Skip /dev/sequencer MIDI on Android.
svn-id: r50664
This commit is contained in:
parent
18b449d4fd
commit
bb300ec671
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue