From a9015bb5e166949f5a07dee544b2d1b40a6b214f Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Mon, 20 Jul 2009 14:22:20 +0200 Subject: [PATCH] v4l2grab: fix build rule. From: Hans Verkuil Priority: normal Signed-off-by: Hans Verkuil --- contrib/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test/Makefile b/contrib/test/Makefile index 71eaa77..13eebf3 100644 --- a/contrib/test/Makefile +++ b/contrib/test/Makefile @@ -34,6 +34,6 @@ pixfmt-test: pixfmt-test.o $(CC) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lX11 v4l2grab: v4l2grab.o - $(CC) $(LDFLAGS) $^ -o $@ ../libv4l/libv4l2/libv4l2.so + $(CC) $(LDFLAGS) $^ -o $@ -L ../libv4l/libv4l2 -L ../libv4l/libv4lconvert -lv4l2 -lv4lconvert include ../Make.rules -- 2.7.4