From daf91bc21def66a2d4a875bb1c32c8cb6fcf176b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Aug 2008 00:49:07 +0000 Subject: Embedded LV2 GTK GUI support. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3678 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/plugin_selector.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/plugin_selector.cc') diff --git a/gtk2_ardour/plugin_selector.cc b/gtk2_ardour/plugin_selector.cc index 0435e1e95f..67a78645e0 100644 --- a/gtk2_ardour/plugin_selector.cc +++ b/gtk2_ardour/plugin_selector.cc @@ -306,7 +306,7 @@ PluginSelector::ladspa_refiller (const std::string& filterstr) void PluginSelector::lv2_refiller (const std::string& filterstr) { -#ifdef HAVE_SLV2 +#ifdef HAVE_LV2 refiller (manager->lv2_plugin_info(), filterstr, "LV2"); #endif } @@ -512,7 +512,7 @@ PluginSelector::plugin_menu() #ifdef HAVE_AUDIOUNITS all_plugs.insert (all_plugs.end(), manager->au_plugin_info().begin(), manager->au_plugin_info().end()); #endif -#ifdef HAVE_SLV2 +#ifdef HAVE_LV2 all_plugs.insert (all_plugs.end(), manager->lv2_plugin_info().begin(), manager->lv2_plugin_info().end()); #endif -- cgit v1.2.3