aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/hdpvr/Makefile
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2009-03-18 18:10:04 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:43:28 -0300
commit9aba42efe85bc7a55e3fed0747ce14abc9ee96e7 (patch)
treeee27b9d4844da17b4d4bb80132991f29d04ff265 /drivers/media/video/hdpvr/Makefile
parent8c84cfda3e37540abc38f42383b03dd69829faee (diff)
downloadkernel_samsung_smdk4412-9aba42efe85bc7a55e3fed0747ce14abc9ee96e7.zip
kernel_samsung_smdk4412-9aba42efe85bc7a55e3fed0747ce14abc9ee96e7.tar.gz
kernel_samsung_smdk4412-9aba42efe85bc7a55e3fed0747ce14abc9ee96e7.tar.bz2
V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device
The device encodes component video up to 1080i to a MPEG-TS stream with H.264 video and stereo AAC audio. Newer firmwares accept also AC3 (up to 5.1) audio over optical SPDIF without reencoding. Firmware upgrade is unimplemeted but rather unimportant since the firmware sits on a flash chip. The I2C adapter to drive the integrated infrared receiver/sender is currently disabled due to a conflict with cx18-based devices. Tested-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/hdpvr/Makefile')
-rw-r--r--drivers/media/video/hdpvr/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/hdpvr/Makefile b/drivers/media/video/hdpvr/Makefile
new file mode 100644
index 0000000..79ad2e1
--- /dev/null
+++ b/drivers/media/video/hdpvr/Makefile
@@ -0,0 +1,7 @@
+hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-i2c.o hdpvr-video.o
+
+obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o
+
+EXTRA_CFLAGS += -Idrivers/media/video
+
+EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)