mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
Expect ICY to be supported by libshout
This commit is contained in:
parent
41c133e16f
commit
63741aab8a
@ -57,7 +57,6 @@ _stream_cfg_server(struct stream *s, cfg_server_t cfg_server)
|
||||
return (-1);
|
||||
}
|
||||
break;
|
||||
#ifdef SHOUT_PROTOCOL_ICY
|
||||
case CFG_PROTO_ICY:
|
||||
if (SHOUTERR_SUCCESS !=
|
||||
shout_set_protocol(s->shout, SHOUT_PROTOCOL_ICY)) {
|
||||
@ -66,7 +65,6 @@ _stream_cfg_server(struct stream *s, cfg_server_t cfg_server)
|
||||
return (-1);
|
||||
}
|
||||
break;
|
||||
#endif /* SHOUT_PROTOCOL_ICY */
|
||||
#ifdef SHOUT_PROTOCOL_ROARAUDIO
|
||||
case CFG_PROTO_ROARAUDIO:
|
||||
if (SHOUTERR_SUCCESS !=
|
||||
|
Loading…
x
Reference in New Issue
Block a user