mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 06:58:22 +01:00
use "weak" attribute rather than "weak_import"
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6076 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8f0a937d01
commit
674609dfcd
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ AudioEngine* AudioEngine::_instance = 0;
|
|||
typedef void (*_JackInfoShutdownCallback)(jack_status_t code, const char* reason, void *arg);
|
||||
|
||||
static void (*on_info_shutdown)(jack_client_t*, _JackInfoShutdownCallback, void *);
|
||||
extern void jack_on_info_shutdown (jack_client_t*, _JackInfoShutdownCallback, void *) __attribute__((weak_import));
|
||||
extern void jack_on_info_shutdown (jack_client_t*, _JackInfoShutdownCallback, void *) __attribute__((weak));
|
||||
|
||||
static void check_jack_symbols () __attribute__((constructor));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue