Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile
svn-id: r34194
This commit is contained in:
parent
5860aa45b7
commit
31320430de
8 changed files with 177 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue