mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix missing symbol on OS X
This commit is contained in:
parent
34244b3c69
commit
d735145969
1 changed files with 7 additions and 1 deletions
|
|
@ -195,7 +195,13 @@ int have_libjack(void);
|
|||
#endif
|
||||
|
||||
// prototype for function currently only available in jack1 headers
|
||||
int jack_port_rename (jack_client_t* client, jack_port_t *port, const char *port_name);
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
int jack_port_rename (jack_client_t* client, jack_port_t *port, const char *port_name);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_WEAK_JACK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue