xref: /OK3568_Linux_fs/buildroot/package/mjpegtools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_MJPEGTOOLS
2*4882a593Smuzhiyun	bool "mjpegtools"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	select BR2_PACKAGE_JPEG
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  The mjpegtools programs are a set of tools
9*4882a593Smuzhiyun	  that can do recording of videos and playback,
10*4882a593Smuzhiyun	  simple cut-and-paste editing and the MPEG
11*4882a593Smuzhiyun	  compression of audio and video under Linux.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://mjpeg.sourceforge.net
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunconfig BR2_PACKAGE_MJPEGTOOLS_SIMD_SUPPORT
16*4882a593Smuzhiyun	bool
17*4882a593Smuzhiyun	default y if BR2_X86_CPU_HAS_MMX
18*4882a593Smuzhiyun	default y if BR2_POWERPC_CPU_HAS_ALTIVEC
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuncomment "mjpegtools needs a toolchain w/ C++, threads"
21*4882a593Smuzhiyun	depends on BR2_USE_MMU
22*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
23