Spenser Gilliland | 1460245 | 2013-05-26 12:12:20 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_LIBVPX |
| 2 | bool "libvpx" |
Thomas Petazzoni | 5702d2f | 2013-11-02 17:04:57 +0100 | [diff] [blame] | 3 | depends on BR2_TOOLCHAIN_HAS_THREADS |
Spenser Gilliland | 1460245 | 2013-05-26 12:12:20 -0500 | [diff] [blame] | 4 | help |
| 5 | A high-quality, open video format that's freely available to |
Johan Sagaert | f72480c | 2015-04-07 11:59:31 +0200 | [diff] [blame] | 6 | everyone. Supports the VP8 and VP9 formats. |
Spenser Gilliland | 1460245 | 2013-05-26 12:12:20 -0500 | [diff] [blame] | 7 | |
| 8 | http://webmproject.org |
Thomas Petazzoni | 5702d2f | 2013-11-02 17:04:57 +0100 | [diff] [blame] | 9 | |
| 10 | comment "libvpx needs a toolchain w/ threads" |
| 11 | depends on !BR2_TOOLCHAIN_HAS_THREADS |