changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remove Plugi...
[ardour.git] / gtk2_ardour / plugin_selector.cc
index 1b00c56fd9a4bce9622ffe88888b95ae692f9a00..a6da21e4b7fcdf4c9cb4960f117846697fe66eda 100644 (file)
@@ -374,13 +374,13 @@ PluginSelector::lxvst_refiller (const std::string&)
 }
 
 void
-#ifdef HAVE_AUDIOUNITS
+#ifdef AUDIOUNIT_SUPPORT
 PluginSelector::au_refiller (const std::string& filterstr)
 #else
 PluginSelector::au_refiller (const std::string&)
 #endif
 {
-#ifdef HAVE_AUDIOUNITS
+#ifdef AUDIOUNIT_SUPPORT
        refiller (manager->au_plugin_info(), filterstr, "AU");
 #endif
 }
@@ -604,7 +604,7 @@ PluginSelector::build_plugin_menu ()
 #ifdef LXVST_SUPPORT
        all_plugs.insert (all_plugs.end(), manager->lxvst_plugin_info().begin(), manager->lxvst_plugin_info().end());
 #endif
-#ifdef HAVE_AUDIOUNITS
+#ifdef AUDIOUNIT_SUPPORT
        all_plugs.insert (all_plugs.end(), manager->au_plugin_info().begin(), manager->au_plugin_info().end());
 #endif
 #ifdef LV2_SUPPORT