Martin Storsjö <[email protected]> writes: > --- > libavformat/os_support.c | 2 +- > libavformat/os_support.h | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavformat/os_support.c b/libavformat/os_support.c > index b711913..0eaea5c 100644 > --- a/libavformat/os_support.c > +++ b/libavformat/os_support.c > @@ -264,7 +264,7 @@ int ff_socket_nonblock(int socket, int enable) > } > > #if !HAVE_POLL_H > -int poll(struct pollfd *fds, nfds_t numfds, int timeout) > +int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout)
What problem does this solve? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
