blob: 1620b93a33ecfd4c30029b2c2752d2760f296e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LIBV4L
bool "libv4l"
depends on BR2_LARGEFILE
help
libv4l is an accompanying collection of libraries that adds a thin
abstraction layer on top of video4linux2 (V4L2) devices.
http://freshmeat.net/projects/libv4l
comment "libv4l requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|