Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 | |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+0 | |
Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable. | |||||
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. |