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: alevtd: "convert" to V4L2
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Thu Jan 27 20:20:42 2011 -0200

This tool actually doesn't use V4L1, but it includes videodev.h
header. The code that uses it is commented. A fix would be
simple, but we're not even sure that this took works fine,
so better to leave it as-is.

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

 vbistuff/alevtd.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

---

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

diff --git a/vbistuff/alevtd.c b/vbistuff/alevtd.c
index 4db63bb..d505e3b 100644
--- a/vbistuff/alevtd.c
+++ b/vbistuff/alevtd.c
@@ -22,8 +22,9 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
-#ifdef __linux__
-# include "videodev.h"
+#if 0 /* def __linux__ */
+#include <linux/types.h>
+# include "videodev2.h"
 #endif
 
 #include "httpd.h"

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

Reply via email to