[FFmpeg-devel] libossupport status

Diego Biurrun diego
Fri Dec 28 23:39:30 CET 2007


On Fri, Dec 28, 2007 at 02:26:34PM -0500, Ronald S. Bultje wrote:
> 
> 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?

Francois has strange ideas about portability...

Diego




More information about the ffmpeg-devel mailing list