xref: /OK3568_Linux_fs/buildroot/package/libvpx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBVPX
2	bool "libvpx"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  A high-quality, open video format that's freely available to
6	  everyone. Supports the VP8 and VP9 formats.
7
8	  http://webmproject.org
9
10comment "libvpx needs a toolchain w/ threads"
11	depends on !BR2_TOOLCHAIN_HAS_THREADS
12