mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix LV2 compilation.
git-svn-id: svn://localhost/ardour2/branches/3.0@5030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1ae39840b3
commit
8491953e20
3 changed files with 10 additions and 9 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include "ardour/types.h"
|
||||
#include "plugin_ui.h"
|
||||
|
||||
#ifdef HAVE_LV2
|
||||
#ifdef HAVE_SLV2
|
||||
|
||||
namespace ARDOUR {
|
||||
class PluginInsert;
|
||||
|
|
@ -75,7 +75,8 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
|
|||
void output_update();
|
||||
bool is_update_wanted(uint32_t index);
|
||||
};
|
||||
#endif // HAVE_LV2
|
||||
|
||||
#endif // HAVE_SLV2
|
||||
|
||||
#endif /* __ardour_lv2_plugin_ui_h__ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue