1*4882a593Smuzhiyunconfig BR2_PACKAGE_MJPG_STREAMER 2*4882a593Smuzhiyun bool "mjpg-streamer" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 # V4L2_EVENT_SOURCE_CHANGE 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 6*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # plugins need dlopen() 7*4882a593Smuzhiyun select BR2_PACKAGE_JPEG 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun MJPG-streamer takes JPGs from Linux-UVC compatible webcams, 10*4882a593Smuzhiyun filesystem or other input plugins and streams them as 11*4882a593Smuzhiyun M-JPEG via HTTP to webbrowsers, VLC and other software. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://github.com/jacksonliam/mjpg-streamer 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "mjpg-streamer needs a toolchain w/ threads, headers >= 3.16, dynamic library" 16*4882a593Smuzhiyun depends on BR2_USE_MMU 17*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || \ 18*4882a593Smuzhiyun !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 || BR2_STATIC_LIBS 19