diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2016-09-01 00:16:55 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-01 00:18:27 +0200 |
| commit | fd4f88dc5fc018324ed61b0319ab9ea6f35c9ff0 (patch) | |
| tree | 71e427154f0b06fe8914e1be2c6595adcfa9390f /package/mpd/Config.in | |
| parent | 1442ff3c19e6e82e97fc0da325405c19ec777d97 (diff) | |
| download | buildroot-fd4f88dc5fc018324ed61b0319ab9ea6f35c9ff0.tar.gz buildroot-fd4f88dc5fc018324ed61b0319ab9ea6f35c9ff0.zip | |
mpd: add optional support for libshout
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mpd/Config.in')
| -rw-r--r-- | package/mpd/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index 2ea21fc6ae..82bbd8d21f 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -262,6 +262,12 @@ comment "pulseaudio support needs a toolchain w/ dynamic library" depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on BR2_STATIC_LIBS +config BR2_PACKAGE_MPD_SHOUTCAST + bool "shoutcast" + select BR2_PACKAGE_LIBSHOUT + help + Enable shoutcast streaming output support. + comment "Miscellaneous plugins" config BR2_PACKAGE_MPD_AVAHI_SUPPORT |

