|
@@ -205,16 +205,10 @@ config BR2_PACKAGE_OPENCV_WITH_TIFF
|
|
|
|
|
|
config BR2_PACKAGE_OPENCV_WITH_V4L
|
|
config BR2_PACKAGE_OPENCV_WITH_V4L
|
|
bool "v4l support"
|
|
bool "v4l support"
|
|
- depends on BR2_LARGEFILE
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
- depends on BR2_USE_MMU # libv4l fork
|
|
|
|
- select BR2_PACKAGE_LIBV4L
|
|
|
|
help
|
|
help
|
|
Enable Video 4 Linux support.
|
|
Enable Video 4 Linux support.
|
|
|
|
|
|
-comment "v4l support needs a toolchain w/ largefile, threads"
|
|
|
|
- depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
|
|
+ If the package libv4l is enabled, its support is automatically enabled.
|
|
|
|
|
|
comment "Install options"
|
|
comment "Install options"
|
|
|
|
|