summaryrefslogtreecommitdiffstats
path: root/rules/v4l-utils.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-26 15:50:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-22 14:55:36 +0200
commit76af57209b78ee6eb452e23d749c39c69c217541 (patch)
tree1f1b84956f5c7dc9b7f0bd9ae0ef8e9269e4f18a /rules/v4l-utils.in
parentcd3d60e1576ec4b01150f66544c6f180f2bac429 (diff)
downloadptxdist-76af57209b78ee6eb452e23d749c39c69c217541.tar.gz
ptxdist-76af57209b78ee6eb452e23d749c39c69c217541.tar.xz
v4l-utils: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/v4l-utils.in')
-rw-r--r--rules/v4l-utils.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/rules/v4l-utils.in b/rules/v4l-utils.in
new file mode 100644
index 000000000..1ba6049aa
--- /dev/null
+++ b/rules/v4l-utils.in
@@ -0,0 +1,29 @@
+## SECTION=multimedia_libs
+
+menuconfig V4L_UTILS
+ tristate
+ prompt "v4l-utils"
+ select LIBC_RT if V4L_UTILS_LIBV4LCONVERT
+ select LIBC_M if V4L_UTILS_LIBV4LCONVERT
+ select LIBC_PTHREAD if V4L_UTILS_LIBV4L2
+ help
+ Linux V4L2 and DVB API utilities and v4l libraries (libv4l).
+
+if V4L_UTILS
+
+config V4L_UTILS_LIBV4L1
+ bool
+ select V4L_UTILS_LIBV4L2
+ prompt "install libv4l1"
+
+config V4L_UTILS_LIBV4L2
+ bool
+ select V4L_UTILS_LIBV4LCONVERT
+ prompt "install libv4l2"
+
+config V4L_UTILS_LIBV4LCONVERT
+ bool
+ prompt "install libv4lconvert"
+
+endif
+