mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix compilation with lv2 < 1.10 (lv2 extended)
This commit is contained in:
parent
3c99ab0fb9
commit
1f02dd2a85
2 changed files with 7 additions and 1 deletions
|
|
@ -143,7 +143,9 @@ instantiate(const LV2_Descriptor* descriptor,
|
|||
linear_svf_reset(&aeq->v_filter[i]);
|
||||
|
||||
aeq->need_expose = true;
|
||||
#ifdef LV2_EXTENDED
|
||||
aeq->display = NULL;
|
||||
#endif
|
||||
|
||||
return (LV2_Handle)aeq;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue