mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Skip /dev/sequencer MIDI on Android.
svn-id: r50664
This commit is contained in:
+1
-1
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user