From 31320430de82972224b12461c241c3633d2534a6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 27 Aug 2008 18:52:21 +0000 Subject: Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile svn-id: r34194 --- base/plugins.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'base/plugins.cpp') diff --git a/base/plugins.cpp b/base/plugins.cpp index 216c6ef1af..90e615e709 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -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 -- cgit v1.2.3