[SCM] libav/experimental: Use '#include <poll.h>' instead of '#include <sys/poll.h>'. It is the standard location as defined by the Open Group.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:27:35 UTC 2013
The following commit has been merged in the experimental branch:
commit 29a717aef24af559321f74c7457e8bd72c2df8cf
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Aug 14 15:50:31 2008 +0000
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
It is the standard location as defined by the Open Group.
Originally committed as revision 14761 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c
index de9725b..a55fa97 100644
--- a/libavdevice/dv1394.c
+++ b/libavdevice/dv1394.c
@@ -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>
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list