[FFmpeg-cvslog] v4l2: remove unneded linux specific asm/types.h include
Janne Grunau
git at videolan.org
Wed Dec 28 02:51:15 CET 2011
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Tue Dec 27 00:14:41 2011 +0100| [1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c] | committer: Janne Grunau
v4l2: remove unneded linux specific asm/types.h include
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c
---
libavdevice/v4l2.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 0c61f46..eb16171 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -39,7 +39,6 @@
#if HAVE_SYS_VIDEOIO_H
#include <sys/videoio.h>
#else
-#include <asm/types.h>
#include <linux/videodev2.h>
#endif
#include <time.h>
More information about the ffmpeg-cvslog
mailing list