[FFmpeg-cvslog] lavd/iec61883: Fix the include path for poll.h.

Carl Eugen Hoyos git at videolan.org
Wed Jan 16 01:14:26 EET 2019


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Wed Jan 16 00:13:49 2019 +0100| [70c68e654d146ae5184b8a87a8e2dd79d458ef60] | committer: Carl Eugen Hoyos

lavd/iec61883: Fix the include path for poll.h.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70c68e654d146ae5184b8a87a8e2dd79d458ef60
---

 libavdevice/iec61883.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c
index dcf7553926..cafafb2672 100644
--- a/libavdevice/iec61883.c
+++ b/libavdevice/iec61883.c
@@ -23,7 +23,7 @@
  * libiec61883 interface
  */
 
-#include <sys/poll.h>
+#include <poll.h>
 #include <libraw1394/raw1394.h>
 #include <libavc1394/avc1394.h>
 #include <libavc1394/rom1394.h>



More information about the ffmpeg-cvslog mailing list