2b455db6d4
Add v4l2 compatibility Include the decompressor (legal problem has been resolv by Alan Cox) Faster decoder and easier to maintain, optimize, ... Can export to userland compressed stream Support more cameras, lot of bugs are fixed. Signed-off-by: Luc Saillard <luc@saillard.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
13 lines
282 B
Makefile
13 lines
282 B
Makefile
pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-v4l.o pwc-uncompress.o
|
|
pwc-objs += pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o
|
|
|
|
obj-$(CONFIG_USB_PWC) += pwc.o
|
|
|
|
ifeq ($(CONFIG_USB_PWC_DEBUG),y)
|
|
EXTRA_CFLAGS += -DCONFIG_PWC_DEBUG=1
|
|
else
|
|
EXTRA_CFLAGS += -DCONFIG_PWC_DEBUG=0
|
|
endif
|
|
|
|
|