1 config BR2_PACKAGE_MJPEGTOOLS
3 select BR2_PACKAGE_JPEG
4 depends on BR2_USE_MMU # fork
5 depends on BR2_INSTALL_LIBSTDCPP
6 depends on BR2_TOOLCHAIN_HAS_THREADS
8 The mjpegtools programs are a set of tools
9 that can do recording of videos and playback,
10 simple cut-and-paste editing and the MPEG
11 compression of audio and video under Linux.
13 http://mjpeg.sourceforge.net
15 comment "mjpegtools needs a toolchain w/ C++, threads"
16 depends on BR2_USE_MMU
17 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS