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

Subject: Fix compilation of the libv4l plugin
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Tue Feb 1 16:32:21 2011 -0200

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 libng/plugins/Subdir.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=833fc7ae720eb8136c4e0e84fb7a9d75b8124580

diff --git a/libng/plugins/Subdir.mk b/libng/plugins/Subdir.mk
index 8fb54fd..268d960 100644
--- a/libng/plugins/Subdir.mk
+++ b/libng/plugins/Subdir.mk
@@ -81,8 +81,8 @@ libng/plugins/drv0-libv4l.so: \
        libng/plugins/struct-dump.o
 
 libng/plugins/drv0-libv4l.o: libng/plugins/drv0-v4l2.tmpl.c
-       @$(echo_compile_c) -D USE_LIBV4L
-       @$(compile_c)
+       @$(echo_compile_c) -DUSE_LIBV4L
+       @$(compile_c) -DUSE_LIBV4L
        @$(fixup_deps)
 
 libng/plugins/drv0-v4l2.o: libng/plugins/drv0-v4l2.tmpl.c

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

Reply via email to