changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remove Plugi...
[ardour.git] / libs / ardour / globals.cc
index 48a7dc0da0b386d29be6fafb6415a5f99e92c948..7c713980c31898dd720260178e2d7d8aa91ac593 100644 (file)
@@ -37,7 +37,7 @@
 #include "ardour/vstfx.h"
 #endif
 
-#ifdef HAVE_AUDIOUNITS
+#ifdef AUDIOUNIT_SUPPORT
 #include "ardour/audio_unit.h"
 #endif
 
@@ -313,7 +313,7 @@ ARDOUR::init (bool use_vst, bool try_optimization)
        }
 #endif
 
-#ifdef HAVE_AUDIOUNITS
+#ifdef AUDIOUNIT_SUPPORT
        AUPluginInfo::load_cached_info ();
 #endif