Config.in 483 B

1234567891011121314
  1. config BR2_PACKAGE_V4L2_DEC_TEST
  2. bool "v4l2 decode test"
  3. depends on BR2_PACKAGE_SF_OMX_IL && BR2_PACKAGE_FFMPEG
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l
  5. depends on BR2_USE_MMU # libv4l
  6. depends on !BR2_STATIC_LIBS # libv4l
  7. depends on BR2_INSTALL_LIBSTDCPP # libv4l
  8. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l
  9. select BR2_PACKAGE_LIBV4L
  10. help
  11. v4l2 decoder package
  12. comment "v4l2 decoder package requires ffmpeg implementation"
  13. depends on !BR2_PACKAGE_FFMPEG