[FFmpeg-devel] libossupport status

François Revol revol
Fri Dec 28 20:05:56 CET 2007


> 
> iam NOT in favor of this obfuscation!

Neither am I...
What about:

#ifdef HAVE_USLEEP
#define ffusleep(t) usleep(t)
#else
static inline int ffusleep(...t)
{
	..
	return select(...);
}
#endif

?

Fran?ois.




More information about the ffmpeg-devel mailing list