summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index cda84b0296..dfb87ef43a 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -101,7 +101,8 @@ struct pollfd {
#endif
-int poll(struct pollfd *fds, nfds_t numfds, int timeout);
+int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout);
+#define poll ff_poll
#endif /* HAVE_POLL_H */
#endif /* CONFIG_NETWORK */