Browse Source

Dynamic loading of libjack library

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1288 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.59
sletz 18 years ago
parent
commit
d32ebb4d98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackAPIWrapper.cpp

+ 1
- 1
common/JackAPIWrapper.cpp View File

@@ -859,7 +859,7 @@ static bool check_client(void* library)
{
jack_client_t* client = 0;

// Get "new" and "close" entry points...
// Get "new", "open" and "close" entry points...
jack_client_new_fun = (jack_client_new_fun_def)dlsym(library, "jack_client_new");
jack_client_close_fun = (jack_client_close_fun_def)dlsym(library, "jack_client_close");
jack_client_open_fun = (jack_client_open_fun_def)dlsym(gLibrary, "jack_client_open");


Loading…
Cancel
Save