xref: /OK3568_Linux_fs/buildroot/package/mjpg-streamer/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MJPG_STREAMER
2	bool "mjpg-streamer"
3	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 # V4L2_EVENT_SOURCE_CHANGE
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
8	help
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.
12
13	  https://github.com/jacksonliam/mjpg-streamer
14
15comment "mjpg-streamer needs a toolchain w/ threads, headers >= 3.16, dynamic library"
16	depends on BR2_USE_MMU
17	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
18		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 || BR2_STATIC_LIBS
19