board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / mjpg-streamer / Config.in
blobf42c2a50db34893595b03d6384b67084db77280c
1 config BR2_PACKAGE_MJPG_STREAMER
2         bool "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
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.
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