From ec3bbccdbc21766ab9de68924004d6750f63ea9f Mon Sep 17 00:00:00 2001 From: prspkt Date: Fri, 22 Nov 2019 19:19:47 +0200 Subject: community/v4l-utils: upgrade to 1.18.0 * Ensure getsubopt.patch cleanly applies. * Fix 'unknown type name' for error_t and u_int32_t. --- community/v4l-utils/types.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/v4l-utils/types.patch (limited to 'community/v4l-utils/types.patch') diff --git a/community/v4l-utils/types.patch b/community/v4l-utils/types.patch new file mode 100644 index 0000000000..340bb81c02 --- /dev/null +++ b/community/v4l-utils/types.patch @@ -0,0 +1,26 @@ +--- a/utils/keytable/keymap.h ++++ b/utils/keytable/keymap.h +@@ -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; +--- a/utils/ir-ctl/keymap.h ++++ b/utils/ir-ctl/keymap.h +@@ -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