aboutsummaryrefslogtreecommitdiff
path: root/src/output_list.c
Commit message (Collapse)AuthorAge
* added missing explicit config.h includesMax Kellermann2009-01-08
|
* removed os_compat.hMax Kellermann2008-12-29
| | | | | Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable.
* pulse: no CamelCaseMax Kellermann2008-10-29
|
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
| | | | Don't compile the sources of disabled output plugins at all.
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-08
Instead of having to register each output plugin, store them statically in an array. This eliminates the need for the List library here, and saves some small allocations during startup.