Max Kellermann
|
5e0acec118
|
curl: reverse GLIB_CHECK_VERSION()
The GLIB_CHECK_VERSION() macro was used improperly, which broke build
on GLib < 2.14. Add a "!" for negation.
|
2009-03-06 15:42:33 +01:00 |
|
Max Kellermann
|
cfb350f4f0
|
input: pass config_param to input_plugin.init()
Allow input plugins to configure with an "input" block in mpd.conf.
Also allow the user to disable a plugin completely.
|
2009-03-02 23:08:17 +01:00 |
|
Max Kellermann
|
9a350acf04
|
input_plugin: added methods init(), finish()
Instead of hard-coding the plugin global initialization in
input_stream_global_init(), make it walk the plugin list and
initialize all plugins.
|
2009-03-02 20:45:50 +01:00 |
|
Max Kellermann
|
36d24fb7ea
|
input: moved plugins to ./src/input/
Create a sub directory for input plugins.
|
2009-03-02 20:40:31 +01:00 |
|