input/tidal: new input plugin to receive Tidal streams

This commit is contained in:
Max Kellermann
2018-01-10 20:57:50 +01:00
parent 86c50574d2
commit 93b51d56aa
14 changed files with 980 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ static const char *const remoteUrlPrefixes[] = {
#endif
#ifdef ENABLE_ALSA
"alsa://",
#endif
#ifdef ENABLE_TIDAL
"tidal://",
#endif
NULL
};