2007-08-23 17:32:46 +08: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 23:31:25 +08: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 17:32:46 +08:00
|
|
|
ivtv-vbi.o ivtv-yuv.o
|
2012-09-03 06:13:14 +08:00
|
|
|
ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.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 23:31:25 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_VIDEO_IVTV) += ivtv.o
|
2012-09-03 06:13:14 +08:00
|
|
|
obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
|
2007-08-26 17:04:10 +08:00
|
|
|
obj-$(CONFIG_VIDEO_FB_IVTV) += ivtvfb.o
|
2008-01-02 01:43:02 +08:00
|
|
|
|
2012-08-15 03:23:43 +08:00
|
|
|
ccflags-y += -I$(srctree)/drivers/media/i2c
|
2012-06-15 03:35:59 +08:00
|
|
|
ccflags-y += -I$(srctree)/drivers/media/tuners
|
2012-06-15 03:35:53 +08:00
|
|
|
ccflags-y += -I$(srctree)/drivers/media/dvb-core
|
2012-08-14 10:13:41 +08:00
|
|
|
ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
|
2008-01-02 01:43:02 +08:00
|
|
|
|