diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:47:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-05 11:53:26 +0100 |
commit | 4b75843dc76db72c2aafb6979fd7a73e88060ae1 (patch) | |
tree | 651f454520fd1cd7f33eb994f88a9cccef1301ab /package/v4l-utils/patches | |
parent | 3e56fa377efba2c66face028ff0d97b16fe45cb8 (diff) |
v2l-utils: update to 1.26.1
Diffstat (limited to 'package/v4l-utils/patches')
-rw-r--r-- | package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c b/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c deleted file mode 100644 index ddd779080..000000000 --- a/package/v4l-utils/patches/patch-utils_rds_rds-saa6588_c +++ /dev/null @@ -1,15 +0,0 @@ ---- v4l-utils-0.9.3.orig/utils/rds/rds-saa6588.c 2012-05-10 20:10:34.000000000 +0200 -+++ v4l-utils-0.9.3/utils/rds/rds-saa6588.c 2013-07-12 17:53:04.000000000 +0200 -@@ -12,8 +12,12 @@ - #include <errno.h> - #include <sys/ioctl.h> - #include <linux/types.h> -+#ifdef LINUX_I2C_DEV_H -+#include <linux/i2c-dev.h> -+#else - #include <linux/i2c.h> - #include <linux/i2c-dev.h> -+#endif - - int debug; - |