2014-07-22 15:15:11 +00:00
|
|
|
if PACKAGE_mjpg-streamer
|
|
|
|
|
2014-07-22 19:10:36 +00:00
|
|
|
config MJPG_STREAMER_V4L2
|
|
|
|
bool "Compile input_uvc with libv4l2 (camera controls)"
|
|
|
|
depends on PACKAGE_libv4l
|
|
|
|
default n
|
|
|
|
|
2014-07-22 15:15:11 +00:00
|
|
|
config MJPG_STREAMER_INPUT_FILE
|
2014-07-22 19:10:36 +00:00
|
|
|
bool "Install input file plugin"
|
|
|
|
default n
|
2014-07-22 15:15:11 +00:00
|
|
|
|
|
|
|
config MJPG_STREAMER_INPUT_UVC
|
2014-07-22 19:10:36 +00:00
|
|
|
bool "Install input uvc plugin"
|
2014-07-22 15:15:11 +00:00
|
|
|
default y
|
|
|
|
|
2014-07-22 19:10:36 +00:00
|
|
|
config MJPG_STREAMER_INPUT_TESTPICTURE
|
|
|
|
bool "Install input testpicture plugin"
|
|
|
|
default n
|
|
|
|
|
2014-07-22 15:15:11 +00:00
|
|
|
config MJPG_STREAMER_OUTPUT_FILE
|
2014-07-22 19:10:36 +00:00
|
|
|
bool "Install output file plugin"
|
|
|
|
default n
|
2014-07-22 15:15:11 +00:00
|
|
|
|
|
|
|
config MJPG_STREAMER_OUTPUT_HTTP
|
2014-07-22 19:10:36 +00:00
|
|
|
bool "Install output http plugin"
|
2014-07-22 15:15:11 +00:00
|
|
|
default y
|
|
|
|
|
|
|
|
config MJPG_STREAMER_WWW
|
2014-07-22 19:10:36 +00:00
|
|
|
bool "Install Web UI files (includes cambozola)"
|
2014-07-22 15:15:11 +00:00
|
|
|
default y
|
|
|
|
|
|
|
|
endif
|