sane-backends: update to 1.0.23
[packages.git] / utils / sane-backends / patches / 000-upstream-libv4l.patch
diff --git a/utils/sane-backends/patches/000-upstream-libv4l.patch b/utils/sane-backends/patches/000-upstream-libv4l.patch
deleted file mode 100644 (file)
index 4bf2b4d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/backend/v4l.c
-+++ b/backend/v4l.c
-@@ -84,9 +84,8 @@
- #include "../include/sane/sanei_config.h"
- #define V4L_CONFIG_FILE "v4l.conf"
--#include "v4l.h"
--
- #include <libv4l1.h>
-+#include "v4l.h"
- static const SANE_Device **devlist = NULL;
- static int num_devices;
---- a/backend/v4l.h
-+++ b/backend/v4l.h
-@@ -29,6 +29,7 @@
- #ifndef v4l_h
- #define v4l_h
-+#ifndef __LINUX_VIDEODEV_H
- /* Kernel interface */
- /* Only the stuff we need. For more features, more defines are needed */
-@@ -165,7 +166,7 @@ struct video_channel
- /* end of kernel interface */
--
-+#endif /* !__LINUX_VIDEODEV_H */
- #include <../include/sane/sane.h>