[FFmpeg-devel] libossupport status

Ronald S. Bultje rsbultje
Fri Dec 28 20:26:34 CET 2007


Hi,

On Dec 28, 2007 2:05 PM, Fran?ois Revol <revol at free.fr> wrote:

> Neither am I...
> What about:
>
> #ifdef HAVE_USLEEP
> #define ffusleep(t) usleep(t)
> #else
> static inline int ffusleep(...t)
> {
>        ..
>        return select(...);
> }
> #endif


I thought the whole point of ossblabrokeoss was to prevent this kind of
crap?

Ronald




More information about the ffmpeg-devel mailing list