summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-02-22 23:57:55 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-05-01 12:13:56 +0200
commitde8d5a0d80daba0b840a4f9714aee238966ab0a4 (patch)
tree9d3adc8fb18ec33b34965966f339649ede834766 /Makefile
parent0634f8bb2e63985ebf2103318105b7185294da94 (diff)
snapshot: Use AEWB algorithm
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4de38d..107e34d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDFLAGS := -Lisp
LIBS := -lomap3isp -lrt
OBJ_LIVE := live.o events.o iq.o videoout.o
-OBJ_SNAP := snapshot.o events.o
+OBJ_SNAP := snapshot.o events.o iq.o
%.o : %.c
$(CC) $(CFLAGS) -c -o $@ $<