The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mjpegtools / Config.in
1 config BR2_PACKAGE_MJPEGTOOLS
2         bool "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
7         help
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.
12
13           http://mjpeg.sourceforge.net
14
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