File: v4l2-controls.patch

package info (click to toggle)
v4l-utils 1.32.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,276 kB
  • sloc: ansic: 85,528; cpp: 69,473; perl: 11,915; sh: 1,333; python: 883; php: 119; makefile: 39
file content (15 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/linux/v4l2-controls.h b/include/linux/v4l2-controls.h
index e329974..9db08be 100644
--- a/include/linux/v4l2-controls.h
+++ b/include/linux/v4l2-controls.h
@@ -53,6 +53,10 @@
 #include <linux/const.h>
 #include <linux/types.h>
 
+#ifndef _BITUL
+#define _BITUL(x)    (1U << (x))
+#endif
+
 /* Control classes */
 #define V4L2_CTRL_CLASS_USER		0x00980000	/* Old-style 'user' controls */
 #define V4L2_CTRL_CLASS_CODEC		0x00990000	/* Stateful codec controls */