diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-08-25 10:46:47 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-08-25 10:46:47 +0200 |
commit | f7f6c6d7109b51eee748c2e050bad67e73551a34 (patch) | |
tree | 7315cbe68aa93ff065b0b56c705e67ff2969c7d4 /v4l2-apps | |
parent | f51afe7738282b8d0789cf9b9e02ed1f4ba3bb05 (diff) | |
download | mediapointer-dvb-s2-f7f6c6d7109b51eee748c2e050bad67e73551a34.tar.gz mediapointer-dvb-s2-f7f6c6d7109b51eee748c2e050bad67e73551a34.tar.bz2 |
libv4l: actually compile the sn9c2028 decompression code
From: Hans de Goede <hdegoede@redhat.com>
libv4l: actually compile the sn9c2028 decompression code
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps')
-rw-r--r-- | v4l2-apps/libv4l/libv4lconvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/Makefile b/v4l2-apps/libv4l/libv4lconvert/Makefile index c3b894957..cc3941b87 100644 --- a/v4l2-apps/libv4l/libv4lconvert/Makefile +++ b/v4l2-apps/libv4l/libv4lconvert/Makefile @@ -14,10 +14,10 @@ endif CONVERT_OBJS = libv4lconvert.o tinyjpeg.o sn9c10x.o sn9c20x.o pac207.o \ mr97310a.o flip.o crop.o jidctflt.o spca561-decompress.o \ - rgbyuv.o spca501.o sq905c.o bayer.o hm12.o helper.o \ + rgbyuv.o sn9c2028-decomp.o spca501.o sq905c.o bayer.o hm12.o \ control/libv4lcontrol.o processing/libv4lprocessing.o \ processing/whitebalance.o processing/autogain.o \ - processing/gamma.o + processing/gamma.o helper.o TARGETS = $(CONVERT_LIB) libv4lconvert.pc ov511-decomp ov518-decomp INCLUDES = ../include/libv4lconvert.h |