diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 17:51:47 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 17:51:47 -0200 |
commit | f7d8cfd0cd4b120216f408c6f2bf8137eafbb8ce (patch) | |
tree | d460beef51af99f6435e813aac4d819d7e22655d /linux/drivers/media/video/bt8xx/bttvp.h | |
parent | bbb2775af14dc145fe9434e8e34ebd4cf0c8499c (diff) | |
download | mediapointer-dvb-s2-f7d8cfd0cd4b120216f408c6f2bf8137eafbb8ce.tar.gz mediapointer-dvb-s2-f7d8cfd0cd4b120216f408c6f2bf8137eafbb8ce.tar.bz2 |
remove V4L1 from being compiled when V4L2 only is selected
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
linux/drivers/media/video/bt8xx/bttv-driver.c | 95 ++++++--------------------
linux/drivers/media/video/bt8xx/bttvp.h | 1
2 files changed, 24 insertions(+), 72 deletions(-)
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttvp.h')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttvp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttvp.h b/linux/drivers/media/video/bt8xx/bttvp.h index 1f27e74a9..e27b6a487 100644 --- a/linux/drivers/media/video/bt8xx/bttvp.h +++ b/linux/drivers/media/video/bt8xx/bttvp.h @@ -121,7 +121,6 @@ extern const struct bttv_tvnorm bttv_tvnorms[]; struct bttv_format { char *name; - int palette; /* video4linux 1 */ int fourcc; /* video4linux 2 */ int btformat; /* BT848_COLOR_FMT_* */ int btswap; /* BT848_COLOR_CTL_* */ |