On Tue, 26 Jun 2012, Måns Rullgård wrote:
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?
No actual problem as such, just avoiding declaring nonstatic symbols
without a ff/av prefix. The final few parts of this series don't fix
problems but are more like enhancements.
// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel