Commit bf6d07c4 authored by ramiro's avatar ramiro

MinGW runtime 3.15 has a wrapper for usleep().

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b95a30c
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
*/ */
#ifdef __MINGW32__ #ifdef __MINGW32__
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# define usleep(t) Sleep((t) / 1000)
# include <fcntl.h> # include <fcntl.h>
# define lseek(f,p,w) _lseeki64((f), (p), (w)) # define lseek(f,p,w) _lseeki64((f), (p), (w))
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment