mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04: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
|
#ifdef WIN32
|
||||||
#define strcasecmp stricmp
|
#define strcasecmp stricmp
|
||||||
#define strncasecmp strnicmp
|
#define strncasecmp strnicmp
|
||||||
|
#define alloca _alloca
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CATMODULE "format-mp3"
|
#define CATMODULE "format-mp3"
|
||||||
@ -53,10 +54,6 @@ typedef struct {
|
|||||||
int metadata_offset;
|
int metadata_offset;
|
||||||
} mp3_client_data;
|
} mp3_client_data;
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#define alloca _alloca
|
|
||||||
#endif
|
|
||||||
|
|
||||||
format_plugin_t *format_mp3_get_plugin(http_parser_t *parser)
|
format_plugin_t *format_mp3_get_plugin(http_parser_t *parser)
|
||||||
{
|
{
|
||||||
char *metadata;
|
char *metadata;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user