input/smbclient: new input plugin

This commit is contained in:
Max Kellermann
2013-12-29 00:36:57 +01:00
parent a2baeed329
commit 5465647c2e
8 changed files with 274 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ static const char *remoteUrlPrefixes[] = {
"rtmpt://",
"rtmps://",
#endif
#ifdef ENABLE_SMBCLIENT
"smb://",
#endif
#ifdef ENABLE_CDIO_PARANOIA
"cdda://",
#endif