alsa-lib/src/rawmidi
Takashi Iwai db1e39a4e8 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
..
Makefile.am Allow partial build with selected components 2005-11-30 11:38:24 +00:00
rawmidi.c Fix compile warnings with gcc-4 2005-06-28 10:24:44 +00:00
rawmidi_hw.c Fix doxygen documents 2005-05-24 14:14:28 +00:00
rawmidi_local.h - fixed the name from "virt" to "virtual". 2003-08-05 13:54:38 +00:00
rawmidi_symbols.c added virtual rawmidi plugin. 2003-07-29 17:15:34 +00:00
rawmidi_virt.c Fix compile warnings with gcc-4 2005-06-28 10:24:44 +00:00