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