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 | de8d5a0d80daba0b840a4f9714aee238966ab0a4 (patch) | |
tree | 9d3adc8fb18ec33b34965966f339649ede834766 /Makefile | |
parent | 0634f8bb2e63985ebf2103318105b7185294da94 (diff) |
snapshot: 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
@@ -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 $@ $< |