4c4b813
From 26c69b228b29f612faf4b0cc85db969ee7cc4ea6 Mon Sep 17 00:00:00 2001
4c4b813
From: Nils Philippsen <nils@redhat.com>
4c4b813
Date: Mon, 14 Mar 2011 13:35:05 +0100
4c4b813
Subject: [PATCH] patch: v4l
4c4b813
4c4b813
Squashed commit of the following:
4c4b813
4c4b813
commit 23381932c76846191b42a48e505b37cd74711265
4c4b813
Author: Julien BLACHE <jb@jblache.org>
4c4b813
Date:   Wed Feb 16 19:37:43 2011 +0100
4c4b813
4c4b813
    Fix v4l build with libv4l 0.8.3+
4c4b813
4c4b813
    (cherry picked from commit c5ca46c2d1be78c651afb843cc834cf2b5b24953)
4c4b813
4c4b813
    Conflicts:
4c4b813
4c4b813
    	ChangeLog
4c4b813
4c4b813
    Signed-off-by: Nils Philippsen <nils@redhat.com>
4c4b813
---
4c4b813
 backend/v4l.c |    3 +--
4c4b813
 backend/v4l.h |    3 ++-
4c4b813
 2 files changed, 3 insertions(+), 3 deletions(-)
4c4b813
4c4b813
diff --git a/backend/v4l.c b/backend/v4l.c
4c4b813
index 6510ef0..38595ed 100644
4c4b813
--- a/backend/v4l.c
4c4b813
+++ b/backend/v4l.c
4c4b813
@@ -84,9 +84,8 @@
4c4b813
 #include "../include/sane/sanei_config.h"
4c4b813
 #define V4L_CONFIG_FILE "v4l.conf"
4c4b813
 
4c4b813
-#include "v4l.h"
4c4b813
-
4c4b813
 #include <libv4l1.h>
4c4b813
+#include "v4l.h"
4c4b813
 
4c4b813
 static const SANE_Device **devlist = NULL;
4c4b813
 static int num_devices;
4c4b813
diff --git a/backend/v4l.h b/backend/v4l.h
4c4b813
index 588b96e..6aee586 100644
4c4b813
--- a/backend/v4l.h
4c4b813
+++ b/backend/v4l.h
4c4b813
@@ -29,6 +29,7 @@
4c4b813
 #ifndef v4l_h
4c4b813
 #define v4l_h
4c4b813
 
4c4b813
+#ifndef __LINUX_VIDEODEV_H
4c4b813
 /* Kernel interface */
4c4b813
 /* Only the stuff we need. For more features, more defines are needed */
4c4b813
 
4c4b813
@@ -165,7 +166,7 @@ struct video_channel
4c4b813
 
4c4b813
 
4c4b813
 /* end of kernel interface */
4c4b813
-
4c4b813
+#endif /* !__LINUX_VIDEODEV_H */
4c4b813
 
4c4b813
 #include <../include/sane/sane.h>
4c4b813
 
4c4b813
-- 
4c4b813
1.7.4
4c4b813