diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-17 21:18:42 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-17 21:18:42 +0000 |
commit | 6571d469892fabdf7854dc0e6780900640263c7a (patch) | |
tree | 3c02433bd4c153b2e76e57fac13b99dae6739e0c /linux/include/media | |
parent | 1b00938af1b3c6702a96ecbf1d6770558d6b1a33 (diff) | |
download | mediapointer-dvb-s2-6571d469892fabdf7854dc0e6780900640263c7a.tar.gz mediapointer-dvb-s2-6571d469892fabdf7854dc0e6780900640263c7a.tar.bz2 |
- Some changes to allow compiling cx88 and saa7134 without
V4L1 support.
- This patch will help obsoleting V4L1 API.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/video-buf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/video-buf.h b/linux/include/media/video-buf.h index d5297072d..6c1dc2777 100644 --- a/linux/include/media/video-buf.h +++ b/linux/include/media/video-buf.h @@ -1,5 +1,5 @@ /* - * $Id: video-buf.h,v 1.10 2005/10/16 12:13:58 mchehab Exp $ + * $Id: video-buf.h,v 1.11 2005/10/17 21:18:42 mchehab Exp $ * * generic helper functions for video4linux capture buffers, to handle * memory management and PCI DMA. Right now bttv + saa7134 use it. @@ -18,7 +18,7 @@ * (at your option) any later version. */ -#include <linux/videodev.h> +#include <linux/videodev2.h> #define UNSET (-1U) |