[FFmpeg-cvslog] r15522 - trunk/libavformat/os_support.h
ramiro
subversion
Thu Oct 2 19:43:28 CEST 2008
Author: ramiro
Date: Thu Oct 2 19:43:27 2008
New Revision: 15522
Log:
MinGW runtime 3.15 has a wrapper for usleep().
Modified:
trunk/libavformat/os_support.h
Modified: trunk/libavformat/os_support.h
==============================================================================
--- trunk/libavformat/os_support.h (original)
+++ trunk/libavformat/os_support.h Thu Oct 2 19:43:27 2008
@@ -28,9 +28,6 @@
*/
#ifdef __MINGW32__
-# define WIN32_LEAN_AND_MEAN
-# include <windows.h>
-# define usleep(t) Sleep((t) / 1000)
# include <fcntl.h>
# define lseek(f,p,w) _lseeki64((f), (p), (w))
#endif
More information about the ffmpeg-cvslog
mailing list