Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-29 | pulse: no CamelCase | Max Kellermann | 1 | -2/+2 | |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 1 | -0/+18 | |
Don't compile the sources of disabled output plugins at all. | |||||
2008-09-08 | output: static audio_output_plugin list as array | Max Kellermann | 1 | -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. |