diff options
Diffstat (limited to 'ext/shout2/gstshout2.h')
-rw-r--r-- | ext/shout2/gstshout2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/shout2/gstshout2.h b/ext/shout2/gstshout2.h index 70631298..81a2f91f 100644 --- a/ext/shout2/gstshout2.h +++ b/ext/shout2/gstshout2.h @@ -30,8 +30,7 @@ extern "C" { /* Protocol type enum */ typedef enum { - SHOUT2SEND_PROTOCOL_ICE = 1, - SHOUT2SEND_PROTOCOL_XAUDIOCAST, + SHOUT2SEND_PROTOCOL_XAUDIOCAST = 1, SHOUT2SEND_PROTOCOL_ICY, SHOUT2SEND_PROTOCOL_HTTP } GstShout2SendProtocol; |