From 3defa81fc4b5134f4969a610fde6c40518f682c9 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 2 Oct 2008 17:43:27 +0000 Subject: MinGW runtime 3.15 has a wrapper for usleep(). Originally committed as revision 15522 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/os_support.h') diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 2b89fb58e2..e547085dff 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -28,9 +28,6 @@ */ #ifdef __MINGW32__ -# define WIN32_LEAN_AND_MEAN -# include -# define usleep(t) Sleep((t) / 1000) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) #endif -- cgit v1.2.3