From 02b420798a2c21b2f9dcf0bac010bb3fdb07aa68 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 5 Oct 2019 03:49:16 +0000 Subject: user/v4l-utils: bump to 1.18.0 --- user/v4l-utils/types.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 user/v4l-utils/types.patch (limited to 'user/v4l-utils/types.patch') diff --git a/user/v4l-utils/types.patch b/user/v4l-utils/types.patch new file mode 100644 index 000000000..56eb991a3 --- /dev/null +++ b/user/v4l-utils/types.patch @@ -0,0 +1,26 @@ +--- v4l-utils-1.18.0/utils/keytable/keymap.h.old 2019-09-22 09:22:54.000000000 +0000 ++++ v4l-utils-1.18.0/utils/keytable/keymap.h 2019-10-05 03:45:16.795852895 +0000 +@@ -2,6 +2,10 @@ + #ifndef __KEYMAP_H + #define __KEYMAP_H + ++#include ++typedef uint32_t u_int32_t; ++typedef int error_t; ++ + struct keymap { + struct keymap *next; + char *name; +--- v4l-utils-1.18.0/utils/ir-ctl/keymap.h.old 2019-09-22 09:22:54.000000000 +0000 ++++ v4l-utils-1.18.0/utils/ir-ctl/keymap.h 2019-10-05 03:44:27.651163483 +0000 +@@ -2,6 +2,10 @@ + #ifndef __KEYMAP_H + #define __KEYMAP_H + ++#include ++typedef uint32_t u_int32_t; ++typedef int error_t; ++ + struct keymap { + struct keymap *next; + char *name; -- cgit v1.2.3-70-g09d2