diff options
| author | Thierry MERLE <thierry.merle@free.fr> | 2008-07-03 20:47:43 +0200 |
|---|---|---|
| committer | Thierry MERLE <thierry.merle@free.fr> | 2008-07-03 20:47:43 +0200 |
| commit | 289901010b302b8f7cf3f1750b38a4ea702bd484 (patch) | |
| tree | 43e08d9152a0a838df90b1ed72cf1679f6216bf2 /v4l2-apps/lib/libv4l/libv4lconvert/Makefile | |
| parent | 9530d8bebf9a1259505bbe3b9ff237795bff3bee (diff) | |
| download | mediapointer-dvb-s2-289901010b302b8f7cf3f1750b38a4ea702bd484.tar.gz mediapointer-dvb-s2-289901010b302b8f7cf3f1750b38a4ea702bd484.tar.bz2 | |
v4l2-library: Add support for sonix (sn9c10x) bayer compression to libv4lconvert
From: Hans de Goede <j.w.r.degoede@hhs.nl>
Add support for sonix (sn9c10x) bayer compression to libv4lconvert
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 cbd54f471..9be0903e3 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 \ +CONVERT_OBJS = libv4lconvert.o tinyjpeg.o sn9c10x.o \ jidctflt.o spca561-decompress.o rgbyuv.o spca501.o bayer.o TARGETS = $(CONVERT_LIB) INCLUDES = ../include/libv4lconvert.h |
