diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 18:30:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 18:30:27 -0300 |
commit | 680ea3ab76d048fde04738d4c022bdbf7c42f370 (patch) | |
tree | c2746a064f102296d19eaf81673af626b485e848 /linux/include | |
parent | ea258810bf8de7d5d78d74aafe44e0ea8e7f8783 (diff) | |
download | mediapointer-dvb-s2-680ea3ab76d048fde04738d4c022bdbf7c42f370.tar.gz mediapointer-dvb-s2-680ea3ab76d048fde04738d4c022bdbf7c42f370.tar.bz2 |
videobuf-core: also needs a minimal subset of V4L1 header
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/videobuf-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/videobuf-core.h b/linux/include/media/videobuf-core.h index 874f1340d..1c5946c44 100644 --- a/linux/include/media/videobuf-core.h +++ b/linux/include/media/videobuf-core.h @@ -18,6 +18,7 @@ #include <linux/poll.h> #ifdef CONFIG_VIDEO_V4L1_COMPAT +#define __MIN_V4L1 #include <linux/videodev.h> #endif #include <linux/videodev2.h> |