1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00

cleaned a bit

svn path=/trunk/icecast/; revision=5094
This commit is contained in:
oddsock 2003-07-07 22:04:29 +00:00
parent 8ce77fc778
commit b1cd3085f2

View File

@ -25,6 +25,7 @@
#ifdef WIN32
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define alloca _alloca
#endif
#define CATMODULE "format-mp3"
@ -53,10 +54,6 @@ typedef struct {
int metadata_offset;
} mp3_client_data;
#ifdef WIN32
#define alloca _alloca
#endif
format_plugin_t *format_mp3_get_plugin(http_parser_t *parser)
{
char *metadata;