[FFmpeg-cvslog] r14761 - trunk/libavdevice/dv1394.c

diego subversion
Thu Aug 14 17:50:31 CEST 2008


Author: diego
Date: Thu Aug 14 17:50:31 2008
New Revision: 14761

Log:
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
It is the standard location as defined by the Open Group.


Modified:
   trunk/libavdevice/dv1394.c

Modified: trunk/libavdevice/dv1394.c
==============================================================================
--- trunk/libavdevice/dv1394.c	(original)
+++ trunk/libavdevice/dv1394.c	Thu Aug 14 17:50:31 2008
@@ -23,9 +23,9 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <poll.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
-#include <sys/poll.h>
 #include <sys/time.h>
 #include <time.h>
 #include <strings.h>




More information about the ffmpeg-cvslog mailing list