Add --with-ctl-plugins configure option

Added --with-ctl-plugins configure option to specify the optinal
plugins to build.
This commit is contained in:
Takashi Iwai 2007-03-28 13:48:04 +02:00
parent c16111516f
commit 77b4d5f97a
3 changed files with 45 additions and 3 deletions

View file

@ -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)