]> git.tuebingen.mpg.de Git - paraslash.git/commit
fade: Infrastructure for the modular mixer API.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Jul 2012 11:08:28 +0000 (13:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 7 Oct 2012 09:12:07 +0000 (11:12 +0200)
commit7024574d05fe8571c763d11c61626a9ac4980267
tree4bfbef2d278e004f499b1dc09fa1d7a40671d411
parent3a258056d2137c3a4c10d717c6bb2e92d91ee3e0
fade: Infrastructure for the modular mixer API.

This commit prepares for supporting more than one mixer by introducing
$mixers in configure.ac which contains the set of supported mixers. It
creates an empty oss_mix.c file to which the oss-specific code will
be moved in the next patch.

The fade-specific stuff of configure.ac is moved to a separate section
since whether to build fade will soon no longer depend on OSS only.

The patch is a bit large due to some generic m4 macros being moved to
the top of configure.ac as they are needed in the new fade section.
configure.ac
error.h
oss_mix.c [new file with mode: 0644]