You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
690 B

  1. #
  2. # Copyright (C) 2014 OpenWrt.org
  3. #
  4. if PACKAGE_mjpg-streamer
  5. config MJPG_STREAMER_V4L2
  6. bool "Compile input_uvc with libv4l2 (camera controls)"
  7. default n
  8. select PACKAGE_libv4l
  9. config MJPG_STREAMER_INPUT_FILE
  10. bool "Install input file plugin"
  11. default n
  12. config MJPG_STREAMER_INPUT_UVC
  13. bool "Install input uvc plugin"
  14. default y
  15. config MJPG_STREAMER_INPUT_TESTPICTURE
  16. bool "Install input testpicture plugin"
  17. default n
  18. config MJPG_STREAMER_OUTPUT_FILE
  19. bool "Install output file plugin"
  20. default n
  21. config MJPG_STREAMER_OUTPUT_HTTP
  22. bool "Install output http plugin"
  23. default y
  24. config MJPG_STREAMER_WWW
  25. bool "Install complete Web UI files (includes cambozola)"
  26. default n
  27. endif