Remove MinGW cruft.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27695 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-03 23:44:40 +00:00
parent c4c2d94214
commit 78066d185e
1 changed files with 0 additions and 5 deletions

View File

@ -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;