diff options
author | Thierry MERLE <thierry.merle@free.fr> | 2008-07-03 21:59:12 +0200 |
---|---|---|
committer | Thierry MERLE <thierry.merle@free.fr> | 2008-07-03 21:59:12 +0200 |
commit | d51ad054ea07b49a0a44672411ba72f30e83c98f (patch) | |
tree | 8279c3e6367ed3e6a7eecad2e1a637e8e38e927f /v4l2-apps/lib/libv4l/libv4lconvert/Makefile | |
parent | 289901010b302b8f7cf3f1750b38a4ea702bd484 (diff) | |
download | mediapointer-dvb-s2-d51ad054ea07b49a0a44672411ba72f30e83c98f.tar.gz mediapointer-dvb-s2-d51ad054ea07b49a0a44672411ba72f30e83c98f.tar.bz2 |
v4l2-library: add support to libv4l for the compressed bayer format emitted by pac207 based cams
From: Hans de Goede <j.w.r.degoede@hhs.nl>
This patch adds support to libv4l for the compressed bayer format emitted by
pac207 based cams.
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'v4l2-apps/lib/libv4l/libv4lconvert/Makefile')
-rw-r--r-- | v4l2-apps/lib/libv4l/libv4lconvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/libv4lconvert/Makefile b/v4l2-apps/lib/libv4l/libv4lconvert/Makefile index 9be0903e3..decec4817 100644 --- a/v4l2-apps/lib/libv4l/libv4lconvert/Makefile +++ b/v4l2-apps/lib/libv4l/libv4lconvert/Makefile @@ -9,7 +9,7 @@ CFLAGS += -Wall -W -Wno-unused -Wpointer-arith -Wstrict-prototypes LDFLAGS = -shared CONVERT_LIB = libv4lconvert.so -CONVERT_OBJS = libv4lconvert.o tinyjpeg.o sn9c10x.o \ +CONVERT_OBJS = libv4lconvert.o tinyjpeg.o sn9c10x.o pac207.o \ jidctflt.o spca561-decompress.o rgbyuv.o spca501.o bayer.o TARGETS = $(CONVERT_LIB) INCLUDES = ../include/libv4lconvert.h |