mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
dlmisc: the snd_plugin_dir_set / snd_plugin_dir must be declared even for \!DL_ORIGIN_AVAILABLE
Fixes: 8580c081c2 ("dlsym: add support for ALSA_PLUGIN_DIR environment variable")
BugLink: https://github.com/alsa-project/alsa-lib/issues/91
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
49bd4b198e
commit
ad8c8e5503
1 changed files with 0 additions and 2 deletions
|
|
@ -42,11 +42,9 @@
|
||||||
#ifndef PIC
|
#ifndef PIC
|
||||||
struct snd_dlsym_link *snd_dlsym_start = NULL;
|
struct snd_dlsym_link *snd_dlsym_start = NULL;
|
||||||
#endif
|
#endif
|
||||||
#ifdef DL_ORIGIN_AVAILABLE
|
|
||||||
static int snd_plugin_dir_set = 0;
|
static int snd_plugin_dir_set = 0;
|
||||||
static char *snd_plugin_dir = NULL;
|
static char *snd_plugin_dir = NULL;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD)
|
#if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD)
|
||||||
static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER;
|
static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue