diff cpuinfo.c @ 33884:514016233368

build: drop BeOS support BeOS is dead and support has been dropped from FFmpeg/Libav a long time ago. The support code that was added years ago adds considerable clutter while not providing any benefit, so it's better to drop it outright. Support for Haiku, the FOSS replacement of BeOS remains unaffected.
author diego
date Thu, 11 Aug 2011 17:45:43 +0000
parents dd7f15a3fb1b
children
line wrap: on
line diff
--- a/cpuinfo.c	Thu Aug 11 17:45:41 2011 +0000
+++ b/cpuinfo.c	Thu Aug 11 17:45:43 2011 +0000
@@ -32,10 +32,6 @@
 #define sleep(t) Sleep(1000*t);
 #endif
 
-#ifdef __BEOS__
-#define usleep(t) snooze(t)
-#endif
-
 #ifdef M_UNIX
 typedef long long int64_t;
 #define MISSING_USLEEP