summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 23:44:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-03 23:44:40 +0000
commit78066d185ed46c36775b4311500b18456c5aa08e (patch)
tree60520a02789dcffc3d7a116532badbcbccfa9037 /TOOLS
parentc4c2d9421499e396a318f0224ff48f4c63e8e733 (diff)
downloadmpv-78066d185ed46c36775b4311500b18456c5aa08e.tar.bz2
mpv-78066d185ed46c36775b4311500b18456c5aa08e.tar.xz
Remove MinGW cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27695 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c
index 0009f673f6..4a44e9581a 100644
--- a/TOOLS/netstream.c
+++ b/TOOLS/netstream.c
@@ -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;