sane-backends-1.0.22-v4l.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. From Fedora git: http://pkgs.fedoraproject.org/gitweb/?p=sane-backends.git;a=blob;f=sane-backends-1.0.22-v4l.patch;hb=4c4b8135b896ef9f00b926ce5f435ae5c9b156d5
  2. From 26c69b228b29f612faf4b0cc85db969ee7cc4ea6 Mon Sep 17 00:00:00 2001
  3. From: Nils Philippsen <nils@redhat.com>
  4. Date: Mon, 14 Mar 2011 13:35:05 +0100
  5. Subject: [PATCH] patch: v4l
  6. Squashed commit of the following:
  7. commit 23381932c76846191b42a48e505b37cd74711265
  8. Author: Julien BLACHE <jb@jblache.org>
  9. Date: Wed Feb 16 19:37:43 2011 +0100
  10. Fix v4l build with libv4l 0.8.3+
  11. (cherry picked from commit c5ca46c2d1be78c651afb843cc834cf2b5b24953)
  12. Conflicts:
  13. ChangeLog
  14. Signed-off-by: Nils Philippsen <nils@redhat.com>
  15. ---
  16. backend/v4l.c | 3 +--
  17. backend/v4l.h | 3 ++-
  18. 2 files changed, 3 insertions(+), 3 deletions(-)
  19. diff --git a/backend/v4l.c b/backend/v4l.c
  20. index 6510ef0..38595ed 100644
  21. --- a/backend/v4l.c
  22. +++ b/backend/v4l.c
  23. @@ -84,9 +84,8 @@
  24. #include "../include/sane/sanei_config.h"
  25. #define V4L_CONFIG_FILE "v4l.conf"
  26. -#include "v4l.h"
  27. -
  28. #include <libv4l1.h>
  29. +#include "v4l.h"
  30. static const SANE_Device **devlist = NULL;
  31. static int num_devices;
  32. diff --git a/backend/v4l.h b/backend/v4l.h
  33. index 588b96e..6aee586 100644
  34. --- a/backend/v4l.h
  35. +++ b/backend/v4l.h
  36. @@ -29,6 +29,7 @@
  37. #ifndef v4l_h
  38. #define v4l_h
  39. +#ifndef __LINUX_VIDEODEV_H
  40. /* Kernel interface */
  41. /* Only the stuff we need. For more features, more defines are needed */
  42. @@ -165,7 +166,7 @@ struct video_channel
  43. /* end of kernel interface */
  44. -
  45. +#endif /* !__LINUX_VIDEODEV_H */
  46. #include <../include/sane/sane.h>
  47. --
  48. 1.7.4