[FFmpeg-devel] [PATCH] Move poll() out of libavformat
Alex Beregszaszi
alex
Wed Aug 8 22:00:08 CEST 2007
Hi,
> > > Well the delay was because I thought this is not really welcomed - that
> > > is removing functionality for a port. Will do it today.
> > >
> >
> > If it can be #ifdef'd out in a clean way, I don't see why it wouldn't be
> > ok. That already happens for libdl in ffserver.c. And it isn't really
> > trivial to fix that for Windows. I'll take a look later, after you make
> > the changes, to see if I can offer and help on implementing that for Win32.
>
> Attached is what I use. Not clean though. Also in my tree the last
> signal(SIGPIPE is commented out too.
And of course you need to add winsocket init. Either take my patch,
which adds this to av_register_all, which is I think the cleanest way
yet.
--
Alex
More information about the ffmpeg-devel
mailing list