2f0037fd9f
-- v2: various fixes (Thomas) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
615 B
Plaintext
17 lines
615 B
Plaintext
config BR2_PACKAGE_MJPG_STREAMER
|
|
bool "mjpg-streamer"
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # linux/uvcvideo.h
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_JPEG
|
|
help
|
|
MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem
|
|
or other input plugins and streams them as M-JPEG via HTTP to
|
|
webbrowsers, VLC and other software.
|
|
|
|
http://mjpg-streamer.sourceforge.net
|
|
|
|
comment "mjpg-streamer needs a toolchain w/ threads, headers >= 3.0"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|