1 config BR2_PACKAGE_LIBV4L
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_INSTALL_LIBSTDCPP
6 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # media headers
7 select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
8 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
10 libv4l is a collection of libraries which adds a thin abstraction
11 layer on top of video4linux2 devices. libv4l consists of 3 different
12 libraries: libv4lconvert, libv4l1 and libv4l2.
14 http://freshmeat.net/projects/libv4l
18 comment "libv4l JPEG support not enabled"
19 depends on !BR2_PACKAGE_JPEG
21 config BR2_PACKAGE_LIBV4L_UTILS
22 bool "v4l-utils tools"
24 v4l-utils is a collection of various video4linux and DVB utilities.
25 Enable this if you want to build the following tools:
26 cx18-ctl, ir-keytable, ivtv-ctl, v4l2-ctl, v4l2-sysfs-path and
31 comment "libv4l needs a toolchain w/ threads and C++, headers >= 3.0"
32 depends on BR2_USE_MMU
33 depends on !BR2_TOOLCHAIN_HAS_THREADS \
34 || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0