]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/os_support.h
update flags
[ffmpeg] / libavformat / os_support.h
index 1c57895ab6f1cc4384099c2f5fd8dd45f2d19701..67d586ab65c14a4a5bed604cc8aa48b7044e4d95 100644 (file)
@@ -62,7 +62,7 @@ __declspec(dllimport) void __stdcall Sleep(unsigned long dwMilliseconds);
 #endif
 
 #ifdef CONFIG_FFSERVER
-#ifndef HAVE_SYS_POLL_H
+#ifndef HAVE_POLL_H
 typedef unsigned long nfds_t;
 
 struct pollfd {
@@ -87,7 +87,7 @@ struct pollfd {
 
 
 extern int poll(struct pollfd *fds, nfds_t numfds, int timeout);
-#endif /* HAVE_SYS_POLL_H */
+#endif /* HAVE_POLL_H */
 #endif /* CONFIG_FFSERVER */
 
 #endif /* FFMPEG_OS_SUPPORT_H */