wok view sane-backends/stuff/libv4l-0.8.3.patch @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents
children
line source
1 From 26c69b228b29f612faf4b0cc85db969ee7cc4ea6 Mon Sep 17 00:00:00 2001
2 From: Nils Philippsen <nils@redhat.com>
3 Date: Mon, 14 Mar 2011 13:35:05 +0100
4 Subject: [PATCH] patch: v4l
6 Squashed commit of the following:
8 commit 23381932c76846191b42a48e505b37cd74711265
9 Author: Julien BLACHE <jb@jblache.org>
10 Date: Wed Feb 16 19:37:43 2011 +0100
12 Fix v4l build with libv4l 0.8.3+
14 (cherry picked from commit c5ca46c2d1be78c651afb843cc834cf2b5b24953)
16 Conflicts:
18 ChangeLog
20 Signed-off-by: Nils Philippsen <nils@redhat.com>
21 ---
22 backend/v4l.c | 3 +--
23 backend/v4l.h | 3 ++-
24 2 files changed, 3 insertions(+), 3 deletions(-)
26 diff --git a/backend/v4l.c b/backend/v4l.c
27 index 6510ef0..38595ed 100644
28 --- a/backend/v4l.c
29 +++ b/backend/v4l.c
30 @@ -84,9 +84,8 @@
31 #include "../include/sane/sanei_config.h"
32 #define V4L_CONFIG_FILE "v4l.conf"
34 -#include "v4l.h"
35 -
36 #include <libv4l1.h>
37 +#include "v4l.h"
39 static const SANE_Device **devlist = NULL;
40 static int num_devices;
41 diff --git a/backend/v4l.h b/backend/v4l.h
42 index 588b96e..6aee586 100644
43 --- a/backend/v4l.h
44 +++ b/backend/v4l.h
45 @@ -29,6 +29,7 @@
46 #ifndef v4l_h
47 #define v4l_h
49 +#ifndef __LINUX_VIDEODEV_H
50 /* Kernel interface */
51 /* Only the stuff we need. For more features, more defines are needed */
53 @@ -165,7 +166,7 @@ struct video_channel
56 /* end of kernel interface */
57 -
58 +#endif /* !__LINUX_VIDEODEV_H */
60 #include <../include/sane/sane.h>
62 --
63 1.7.4