Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile

svn-id: r34194
This commit is contained in:
Max Horn 2008-08-27 18:52:21 +00:00
parent 5860aa45b7
commit 31320430de
8 changed files with 177 additions and 5 deletions

View file

@ -157,9 +157,12 @@ public:
#if defined(UNIX) && defined(USE_ALSA)
LINK_PLUGIN(ALSA)
#endif
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__)
#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__) && !defined(__MINT__)
LINK_PLUGIN(SEQ)
#endif
#if defined(__MINT__)
LINK_PLUGIN(STMIDI)
#endif
#if defined(IRIX)
LINK_PLUGIN(DMEDIA)
#endif