mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mjpg-streamer: Upgrade to r182, update copyright and license info
Add options for using libv4l (controls) and installing additional plugins
Download and use latest cambozola.jar if Web UI selected
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -1,23 +1,32 @@
|
||||
if PACKAGE_mjpg-streamer
|
||||
|
||||
config MJPG_STREAMER_V4L2
|
||||
bool "Compile input_uvc with libv4l2 (camera controls)"
|
||||
depends on PACKAGE_libv4l
|
||||
default n
|
||||
|
||||
config MJPG_STREAMER_INPUT_FILE
|
||||
bool "Install input file library"
|
||||
default y
|
||||
bool "Install input file plugin"
|
||||
default n
|
||||
|
||||
config MJPG_STREAMER_INPUT_UVC
|
||||
bool "Install input uvc library"
|
||||
bool "Install input uvc plugin"
|
||||
default y
|
||||
|
||||
config MJPG_STREAMER_INPUT_TESTPICTURE
|
||||
bool "Install input testpicture plugin"
|
||||
default n
|
||||
|
||||
config MJPG_STREAMER_OUTPUT_FILE
|
||||
bool "Install output file library"
|
||||
default y
|
||||
bool "Install output file plugin"
|
||||
default n
|
||||
|
||||
config MJPG_STREAMER_OUTPUT_HTTP
|
||||
bool "Install output http library"
|
||||
bool "Install output http plugin"
|
||||
default y
|
||||
|
||||
config MJPG_STREAMER_WWW
|
||||
bool "Install WWW files"
|
||||
bool "Install Web UI files (includes cambozola)"
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user