[MPlayer-cvslog] r27695 - trunk/TOOLS/netstream.c

diego subversion at mplayerhq.hu
Sat Oct 4 01:44:40 CEST 2008


Author: diego
Date: Sat Oct  4 01:44:40 2008
New Revision: 27695

Log:
Remove MinGW cruft.


Modified:
   trunk/TOOLS/netstream.c

Modified: trunk/TOOLS/netstream.c
==============================================================================
--- trunk/TOOLS/netstream.c	(original)
+++ trunk/TOOLS/netstream.c	Sat Oct  4 01:44:40 2008
@@ -59,11 +59,6 @@ char* out_filename = NULL;
 char* force_fourcc=NULL;
 char* passtmpfile="divx2pass.log";
 
-#ifdef __MINGW32__
-#define usleep sleep
-void strsep() {};
-#endif
-
 static unsigned short int port = 10000;
 
 typedef struct client_st client_t;



More information about the MPlayer-cvslog mailing list