[FFmpeg-devel] [PATCH] Move poll() out of libavformat
Alex Beregszaszi
alex
Wed Aug 8 02:26:12 CEST 2007
Hi,
> Currently, for systems that lack poll(), an emulation is implemented in
> libavformat/os_support.c. I don't think it's a good idea to make the
> library export poll(), and since only ffserver.c uses it, I suggest to
> move it to ffserver.c
Generally I don't like this, what if we'll use poll() in an other place?
Move it again?
> btw, Alex, how did you get ffserver to work on MinGW?
The only changes I didn't yet submitted back are disabling daemon mode
and child forking. I don't think that is a good feature anyway.
--
Alex
More information about the ffmpeg-devel
mailing list