mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add config and plugin directory options to configure
Added --with-configdir and --with-plugindir options to configure which specify the directories for config files and plugin objects respectively. The default paths when these options are not specified are unchanged.
This commit is contained in:
parent
4c9e869ea3
commit
21888c5f50
14 changed files with 51 additions and 31 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pkglibdir = $(libdir)/@PACKAGE@/smixer
|
||||
pkglibdir = @ALSA_PLUGIN_DIR@/smixer
|
||||
|
||||
AM_CFLAGS = -g -O2 -W -Wall
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "mixer_abst.h"
|
||||
#include "sbase.h"
|
||||
|
||||
#define SO_PATH PKGLIBDIR "/smixer"
|
||||
#define SO_PATH ALSA_PLUGIN_DIR "/smixer"
|
||||
|
||||
int mixer_simple_basic_dlopen(snd_mixer_class_t *class,
|
||||
bclass_base_ops_t **ops)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue