2011-03-07 18:21:18 +01:00
|
|
|
config BR2_PACKAGE_LIBV4L
|
|
|
|
bool "libv4l"
|
2013-05-28 13:21:58 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-07-05 23:07:40 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-11-16 15:44:27 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # media headers
|
2015-08-08 00:47:14 +02:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2014-10-23 23:22:36 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2011-03-07 18:21:18 +01:00
|
|
|
help
|
2014-07-05 23:07:40 +02:00
|
|
|
libv4l is a collection of libraries which adds a thin abstraction
|
|
|
|
layer on top of video4linux2 devices. libv4l consists of 3 different
|
|
|
|
libraries: libv4lconvert, libv4l1 and libv4l2.
|
2011-03-07 18:21:18 +01:00
|
|
|
|
2015-08-16 10:29:38 +02:00
|
|
|
http://linuxtv.org/wiki/index.php/V4l-utils
|
2011-03-07 18:21:18 +01:00
|
|
|
|
2011-04-05 12:05:08 +02:00
|
|
|
if BR2_PACKAGE_LIBV4L
|
|
|
|
|
2014-07-05 23:07:40 +02:00
|
|
|
comment "libv4l JPEG support not enabled"
|
|
|
|
depends on !BR2_PACKAGE_JPEG
|
2011-04-05 12:05:08 +02:00
|
|
|
|
2014-07-05 23:07:40 +02:00
|
|
|
config BR2_PACKAGE_LIBV4L_UTILS
|
|
|
|
bool "v4l-utils tools"
|
2011-04-05 12:05:08 +02:00
|
|
|
help
|
2014-07-05 23:07:40 +02:00
|
|
|
v4l-utils is a collection of various video4linux and DVB utilities.
|
|
|
|
Enable this if you want to build the following tools:
|
2015-10-07 23:56:47 +02:00
|
|
|
- cx18-ctl
|
|
|
|
- dvb-fe-tool, dvbv5-zap, dvbv5-scan, dvb-format-convert
|
|
|
|
- decode_tm6000
|
|
|
|
- ir-keytable
|
|
|
|
- media-ctl
|
|
|
|
- v4l2-compliance
|
|
|
|
- v4l2-ctl, cx18-ctl, ivtv-ctl
|
|
|
|
- v4l2-sysfs-path
|
|
|
|
- rds-ctl
|
|
|
|
- qv4l2 (if Qt is enabled)
|
2011-04-05 12:05:08 +02:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2017-06-09 14:18:03 +02:00
|
|
|
comment "libv4l needs a toolchain w/ threads, C++ and headers >= 3.0"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|
2015-12-01 23:00:29 +01:00
|
|
|
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|