This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: v4l2-ctl/compliance: use local libv4l2 rather than the installed 
version.
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Sun Jan 16 12:20:26 2011 +0100

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 utils/v4l2-compliance/Makefile |    2 +-
 utils/v4l2-ctl/Makefile        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=34b49ec47fc1e517485b221366a7d2a207306304

diff --git a/utils/v4l2-compliance/Makefile b/utils/v4l2-compliance/Makefile
index f9da9c7..c201dc0 100644
--- a/utils/v4l2-compliance/Makefile
+++ b/utils/v4l2-compliance/Makefile
@@ -6,7 +6,7 @@ all: $(TARGETS)
 
 v4l2-compliance: v4l2-compliance.o v4l2-test-debug.o v4l2-test-input-output.o \
        v4l2-test-controls.o
-       $(CXX) $(LDFLAGS) -lv4l2 -o $@ $^
+       $(CXX) -I../../lib/include -I../../include $(LDFLAGS) 
-L../../lib/libv4l2 -lv4l2 -o $@ $^
 
 install: $(TARGETS)
        mkdir -p $(DESTDIR)$(PREFIX)/bin
diff --git a/utils/v4l2-ctl/Makefile b/utils/v4l2-ctl/Makefile
index fa3aab2..3a055c8 100644
--- a/utils/v4l2-ctl/Makefile
+++ b/utils/v4l2-ctl/Makefile
@@ -13,7 +13,7 @@ ivtv-ctl: ivtv-ctl.o
        $(CC) $(LDFLAGS) -o $@ $^ -lm
 
 v4l2-ctl: v4l2-ctl.o
-       $(CXX) $(LDFLAGS) -lv4l2 -o $@ $^
+       $(CXX) -I../../lib/include -I../../include $(LDFLAGS) 
-L../../lib/libv4l2 -lv4l2 -o $@ $^
 
 install: $(TARGETS)
        mkdir -p $(DESTDIR)$(PREFIX)/bin

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to