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: Fix broken v4lutil Makefiles
Author:  Gregor Jasny <[email protected]>
Date:    Wed Jan 19 15:34:17 2011 +0100

Signed-off-by: Gregor Jasny <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>

 Make.rules                     |    3 ++-
 utils/v4l2-compliance/Makefile |    2 +-
 utils/v4l2-ctl/Makefile        |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

---

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

diff --git a/Make.rules b/Make.rules
index 9f42790..f5ed85a 100644
--- a/Make.rules
+++ b/Make.rules
@@ -15,7 +15,8 @@ LIBSUBDIR = libv4l
 # These ones should not be overriden from the cmdline
 
 # Note the -I../.. this assumes all sources live in a 2 level dir hierarchy!
-override CPPFLAGS += -I../../include -D_GNU_SOURCE
+override CPPFLAGS += -I../../include -I../../lib/include -D_GNU_SOURCE
+override LDFLAGS += -L../../lib/libv4l1 -L../../lib/libv4l2 
-L../../lib/libv4lconvert
 # This is the soname version
 LIB_RELEASE = 0
 
diff --git a/utils/v4l2-compliance/Makefile b/utils/v4l2-compliance/Makefile
index 2d91095..5f67c02 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 v4l2-test-io-config.o
-       $(CXX) $(LDFLAGS) -lv4l2 -o $@ $^
+       $(CXX) $(LDFLAGS) -lv4l2 -lv4lconvert -o $@ $^
 
 install: $(TARGETS)
        mkdir -p $(DESTDIR)$(PREFIX)/bin
diff --git a/utils/v4l2-ctl/Makefile b/utils/v4l2-ctl/Makefile
index fa3aab2..c5ca32a 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) $(LDFLAGS) -lv4l2 -lv4lconvert -o $@ $^
 
 install: $(TARGETS)
        mkdir -p $(DESTDIR)$(PREFIX)/bin

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to