mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
really fix a superfluous warning when building padsp.c
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@973 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
4413b89d7a
commit
f3b72593b5
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ static int padsp_disabled(void) {
|
|||
|
||||
pthread_mutex_lock(&func_mutex);
|
||||
if (!sym_resolved) {
|
||||
sym = (int*) dlsym_fn(RTLD_DEFAULT, "__padsp_disabled__");
|
||||
sym = (int*) dlsym(RTLD_DEFAULT, "__padsp_disabled__");
|
||||
sym_resolved = 1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue