Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl: reverse GLIB_CHECK_VERSION() | Max Kellermann | 2009-03-06 | 1 | -1/+1 |
| | | | | | The GLIB_CHECK_VERSION() macro was used improperly, which broke build on GLib < 2.14. Add a "!" for negation. | ||||
* | input: pass config_param to input_plugin.init() | Max Kellermann | 2009-03-02 | 1 | -1/+2 |
| | | | | | Allow input plugins to configure with an "input" block in mpd.conf. Also allow the user to disable a plugin completely. | ||||
* | input_plugin: added methods init(), finish() | Max Kellermann | 2009-03-02 | 1 | -3/+12 |
| | | | | | | Instead of hard-coding the plugin global initialization in input_stream_global_init(), make it walk the plugin list and initialize all plugins. | ||||
* | input: moved plugins to ./src/input/ | Max Kellermann | 2009-03-02 | 1 | -0/+958 |
Create a sub directory for input plugins. |