1 config BR2_PACKAGE_MJPG_STREAMER
3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # linux/uvcvideo.h
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_MMU # fork()
6 depends on !BR2_STATIC_LIBS # plugins need dlopen()
7 select BR2_PACKAGE_JPEG
9 MJPG-streamer takes JPGs from Linux-UVC compatible webcams,
10 filesystem or other input plugins and streams them as
11 M-JPEG via HTTP to webbrowsers, VLC and other software.
13 http://mjpg-streamer.sourceforge.net
15 comment "mjpg-streamer needs a toolchain w/ threads, headers >= 3.0, dynamic library"
16 depends on BR2_USE_MMU
17 depends on !BR2_TOOLCHAIN_HAS_THREADS || \
18 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || BR2_STATIC_LIBS