input/qobuz: new input plugin to receive Qobuz streams

This commit is contained in:
Max Kellermann
2018-01-13 18:03:26 +01:00
parent 74eac1d449
commit 9420066895
18 changed files with 1446 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ static const char *const remoteUrlPrefixes[] = {
#ifdef ENABLE_ALSA
"alsa://",
#endif
#ifdef ENABLE_QOBUZ
"qobuz://",
#endif
#ifdef ENABLE_TIDAL
"tidal://",
#endif