diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 23:08:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 23:08:17 +0100 |
commit | cfb350f4f01f28cdd6fa973602bd45681a64cf46 (patch) | |
tree | e2614273f1c259ff2d0bf7703057ee9e2ea165df /src/conf.h | |
parent | 9a350acf0497acd19e05b77e6aa985552c13a94a (diff) | |
download | mpd-cfb350f4f01f28cdd6fa973602bd45681a64cf46.tar.gz mpd-cfb350f4f01f28cdd6fa973602bd45681a64cf46.tar.xz mpd-cfb350f4f01f28cdd6fa973602bd45681a64cf46.zip |
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.
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 95bdb4d02..e863b9c64 100644 --- a/src/conf.h +++ b/src/conf.h @@ -65,6 +65,7 @@ #define CONF_METADATA_TO_USE "metadata_to_use" #define CONF_SAVE_ABSOLUTE_PATHS "save_absolute_paths_in_playlists" #define CONF_DECODER "decoder" +#define CONF_INPUT "input" #define CONF_GAPLESS_MP3_PLAYBACK "gapless_mp3_playback" #define CONF_BOOL_UNSET -1 |