[FFmpeg-devel] libossupport status
François Revol
revol
Sat Dec 29 00:33:06 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...
>
ffmpeg is actually the only project I know with members insisting on
porting OSes to the application...
But I disgress.
Fran?ois.
More information about the ffmpeg-devel
mailing list