mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-09 10:06:17 -05:00
Add --with-ctl-plugins configure option
Added --with-ctl-plugins configure option to specify the optinal plugins to build.
This commit is contained in:
parent
c16111516f
commit
77b4d5f97a
3 changed files with 45 additions and 3 deletions
|
|
@ -22,10 +22,11 @@
|
|||
|
||||
extern const char *_snd_module_control_hw;
|
||||
extern const char *_snd_module_control_shm;
|
||||
extern const char *_snd_module_control_ext;
|
||||
|
||||
static const char **snd_control_open_objects[] = {
|
||||
&_snd_module_control_hw,
|
||||
&_snd_module_control_shm
|
||||
#include "ctl_symbols_list.c"
|
||||
};
|
||||
|
||||
void *snd_control_open_symbols(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue