OSDN Git Service

dlmisc: the snd_plugin_dir_set / snd_plugin_dir must be declared even for \!DL_ORIGIN...
authorJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2020 18:57:32 +0000 (20:57 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2020 18:58:19 +0000 (20:58 +0200)
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>
src/dlmisc.c

index c9517c5..f20eb59 100644 (file)
 #ifndef PIC
 struct snd_dlsym_link *snd_dlsym_start = NULL;
 #endif
-#ifdef DL_ORIGIN_AVAILABLE
 static int snd_plugin_dir_set = 0;
 static char *snd_plugin_dir = NULL;
 #endif
-#endif
 
 #if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD)
 static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER;