diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-12-27 00:14:41 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-12-27 16:07:58 +0100 |
commit | 1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c (patch) | |
tree | 634c43c39ae2b2e6432b5a910be2217d7d26287f /libavdevice | |
parent | 676a9ee1d2f88e320a00d56c47bdac86881bc75b (diff) | |
download | ffmpeg-1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c.tar.gz |
v4l2: remove unneded linux specific asm/types.h include
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/v4l2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 0c61f46b53..eb16171c31 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> |