aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pulse: no CamelCaseMax Kellermann2008-10-291-2/+2
|
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-0/+18
| | | | Don't compile the sources of disabled output plugins at all.
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-0/+59
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.