mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
add mjpg-streamer
add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
if PACKAGE_mjpg-streamer
|
||||
|
||||
config MJPG_STREAMER_INPUT_FILE
|
||||
bool "Install input file library"
|
||||
default y
|
||||
|
||||
config MJPG_STREAMER_INPUT_UVC
|
||||
bool "Install input uvc library"
|
||||
default y
|
||||
|
||||
config MJPG_STREAMER_OUTPUT_FILE
|
||||
bool "Install output file library"
|
||||
default y
|
||||
|
||||
config MJPG_STREAMER_OUTPUT_HTTP
|
||||
bool "Install output http library"
|
||||
default y
|
||||
|
||||
config MJPG_STREAMER_WWW
|
||||
bool "Install WWW files"
|
||||
default y
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user