2007-08-23 11:32:46 +02:00
|
|
|
ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
|
V4L/DVB (5345): ivtv driver for Conexant cx23416/cx23415 MPEG encoder/decoder
It took three core maintainers, over four years of work, eight new i2c
modules, eleven new V4L2 ioctls, three new DVB video ioctls, a Sliced
VBI API, a new MPEG encoder API, an enhanced DVB video MPEG decoding
API, major YUV/OSD contributions from Ian and John, web/wiki/svn/trac
support from Axel Thimm, (hardware) support from Hauppauge, support and
assistance from the v4l-dvb people and the many, many users of ivtv to
finally make it possible to merge this driver into the kernel.
Thank you all!
Signed-off-by: Kevin Thayer <nufan_wfk@yahoo.com>
Signed-off-by: Chris Kennedy <c@groovy.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: John P Harvey <john.p.harvey@btinternet.com>
Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-04-27 17:31:25 +02:00
|
|
|
ivtv-driver.o ivtv-fileops.o ivtv-firmware.o \
|
|
|
|
ivtv-gpio.o ivtv-i2c.o ivtv-ioctl.o ivtv-irq.o \
|
|
|
|
ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \
|
2007-08-23 11:32:46 +02:00
|
|
|
ivtv-vbi.o ivtv-yuv.o
|
V4L/DVB (5345): ivtv driver for Conexant cx23416/cx23415 MPEG encoder/decoder
It took three core maintainers, over four years of work, eight new i2c
modules, eleven new V4L2 ioctls, three new DVB video ioctls, a Sliced
VBI API, a new MPEG encoder API, an enhanced DVB video MPEG decoding
API, major YUV/OSD contributions from Ian and John, web/wiki/svn/trac
support from Axel Thimm, (hardware) support from Hauppauge, support and
assistance from the v4l-dvb people and the many, many users of ivtv to
finally make it possible to merge this driver into the kernel.
Thank you all!
Signed-off-by: Kevin Thayer <nufan_wfk@yahoo.com>
Signed-off-by: Chris Kennedy <c@groovy.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: John P Harvey <john.p.harvey@btinternet.com>
Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-04-27 17:31:25 +02:00
|
|
|
|
|
|
|
obj-$(CONFIG_VIDEO_IVTV) += ivtv.o
|
2007-08-26 11:04:10 +02:00
|
|
|
obj-$(CONFIG_VIDEO_FB_IVTV) += ivtvfb.o
|
2008-01-01 18:43:02 +01:00
|
|
|
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
2008-04-30 02:38:44 +02:00
|
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners
|
2008-01-01 18:43:02 +01:00
|
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
|
|
|
|
|