storage/http: new storage plugin
This commit is contained in:
13
configure.ac
13
configure.ac
@@ -720,6 +720,19 @@ fi
|
||||
MPD_ENABLE_AUTO_PKG(mms, MMS, [libmms >= 0.4],
|
||||
[libmms mms:// protocol support], [libmms not found])
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl Storage Plugins
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
MPD_ENABLE_AUTO(webdav, WEBDAV, [WebDAV storage plugin],
|
||||
[WebDAV requires libcurl and libexpat],
|
||||
[auto],
|
||||
[if test x$enable_curl = xyes && test x$enable_expat = xyes; then
|
||||
found_webdav=yes
|
||||
else
|
||||
found_webdav=no
|
||||
fi])
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl Playlist Plugins
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user