mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
cleaned a bit
svn path=/trunk/icecast/; revision=5094
This commit is contained in:
parent
8ce77fc778
commit
b1cd3085f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user