This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
alsa-lib
Watch
1
Star
0
Fork
You've already forked alsa-lib
0
mirror of
https://github.com/alsa-project/alsa-lib.git
synced
2025-10-29 05:40:25 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d62b1d5407
alsa-lib
/
modules
/
Makefile.am
4 lines
35 B
Text
Raw
Normal View
History
Unescape
Escape
Allow partial build with selected components 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.
2005-11-30 11:38:24 +00:00
if BUILD_MIXER
moved simple mixer abstraction modules to modules/mixer/simple directory Compile dynamic modules outside the alsa-lib tree to allow linking them against libasound.so - proper versions of dynamic symbols.
2005-08-22 12:07:55 +00:00
SUBDIRS=mixer
Allow partial build with selected components 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.
2005-11-30 11:38:24 +00:00
endif
Reference in a new issue
Copy permalink