mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
try to get export/visibility and build conditionals right for surfaces/, once more
This commit is contained in:
parent
7000afdc66
commit
79b7fb82f3
10 changed files with 43 additions and 28 deletions
|
|
@ -57,5 +57,5 @@ static ControlProtocolDescriptor osc_descriptor = {
|
|||
destroy : delete_osc_protocol
|
||||
};
|
||||
|
||||
extern "C" LIBCONTROLCP_API ControlProtocolDescriptor* protocol_descriptor () { return &osc_descriptor; }
|
||||
extern "C" ARDOURSURFACE_API ControlProtocolDescriptor* protocol_descriptor () { return &osc_descriptor; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue