[xiph-cvs] cvs commit: icecast/src format_mp3.c
Ed
oddsock at xiph.org
Mon Jul 7 15:04:29 PDT 2003
oddsock 03/07/07 18:04:29
Modified: src format_mp3.c
Log:
cleaned a bit
Revision Changes Path
1.20 +1 -4 icecast/src/format_mp3.c
Index: format_mp3.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format_mp3.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- format_mp3.c 7 Jul 2003 22:02:39 -0000 1.19
+++ format_mp3.c 7 Jul 2003 22:04:29 -0000 1.20
@@ -25,6 +25,7 @@
#ifdef WIN32
#define strcasecmp stricmp
#define strncasecmp strnicmp
+#define alloca _alloca
#endif
#define CATMODULE "format-mp3"
@@ -52,10 +53,6 @@
int metadata_age;
int metadata_offset;
} mp3_client_data;
-
-#ifdef WIN32
-#define alloca _alloca
-#endif
format_plugin_t *format_mp3_get_plugin(http_parser_t *parser)
{
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list