Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | null: no CamelCase | Max Kellermann | 2009-01-22 | 1 | -2/+2 |
| | | | | Renamed functions and variables. | ||||
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
| | |||||
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 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. | ||||
* | pulse: no CamelCase | Max Kellermann | 2008-10-29 | 1 | -2/+2 |
| | |||||
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -0/+18 |
| | | | | Don't compile the sources of disabled output plugins at all. | ||||
* | output: static audio_output_plugin list as array | Max Kellermann | 2008-09-08 | 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. |