summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 6938f86c87..c5f96d6764 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -31,6 +31,10 @@
#include <fst.h>
#endif
+#ifdef HAVE_AUDIOUNITS
+#include <ardour/audio_unit.h>
+#endif
+
#ifdef __SSE__
#include <xmmintrin.h>
#endif
@@ -328,6 +332,10 @@ ARDOUR::init (bool use_vst, bool try_optimization)
return -1;
}
#endif
+
+#ifdef HAVE_AUDIOUNITS
+ AUPluginInfo::load_cached_info ();
+#endif
/* Make VAMP look in our library ahead of anything else */