neighbor/upnp: UPnP media server discovery

This commit is contained in:
Max Kellermann
2014-01-26 11:19:17 +01:00
parent 3dad837ca6
commit 0b3fbdba87
6 changed files with 201 additions and 0 deletions

View File

@@ -897,6 +897,9 @@ if test x$enable_neighbor_plugins = xauto; then
if test x$enable_smbclient = xyes; then
enable_neighbor_plugins=yes
fi
if test x$enable_upnp = xyes; then
enable_neighbor_plugins=yes
fi
fi
if test x$enable_neighbor_plugins = xyes; then