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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index 5c9e81b340..df321511ed 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -55,7 +55,6 @@ typedef int socklen_t;
#define closesocket close
#endif
-#if CONFIG_FFSERVER
#if !HAVE_POLL_H
typedef unsigned long nfds_t;
@@ -82,7 +81,6 @@ struct pollfd {
int poll(struct pollfd *fds, nfds_t numfds, int timeout);
#endif /* HAVE_POLL_H */
-#endif /* CONFIG_FFSERVER */
#endif /* CONFIG_NETWORK */
#endif /* AVFORMAT_OS_SUPPORT_H */