summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Allow partial build with selected componentsTakashi Iwai2005-11-301-0/+2
| | | | | | | | | | | | | | | | | Add --enable-* and --with-pcm-plugins configure options for partial builds. User can choose the core components (pcm, mixer, rawmidi, hwdep, seq, instr) via --enable-xxx or --disable-xxx option. As default, all components are enabled. The PCM plugins to build can be selected via --with-pcm-plugins option. For example, to build only rate and linear plugin, pass --with-pcm-plugins=rate,linear Passing "all" will select all plugins (it's the default value). The plug plugin will select linear and copy plugins automatically. The other auto conversions of plug plugin are enabled only when the corresponding plugin is selected.
* moved simple mixer abstraction modules to modules/mixer/simple directoryJaroslav Kysela2005-08-221-0/+1
Compile dynamic modules outside the alsa-lib tree to allow linking them against libasound.so - proper versions of dynamic symbols.