diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-22 23:57:55 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-05-01 12:13:56 +0200 |
commit | 0634f8bb2e63985ebf2103318105b7185294da94 (patch) | |
tree | 4c26351d03c4711919f22aed00c99e5c7dc49769 /Makefile | |
parent | 4390a8d2da94149db685da2daa22d8ed6e41d02e (diff) |
live: Use AEWB algorithm
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CFLAGS := -O2 -W -Wall -I$(KDIR)/usr/include LDFLAGS := -Lisp LIBS := -lomap3isp -lrt -OBJ_LIVE := live.o events.o videoout.o +OBJ_LIVE := live.o events.o iq.o videoout.o OBJ_SNAP := snapshot.o events.o %.o : %.c |