aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_list.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-29pulse: no CamelCaseMax Kellermann1-2/+2
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-0/+18
Don't compile the sources of disabled output plugins at all.
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-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.