ruby: bump version to 2.4.1
[buildroot-gz.git] / package / libvpx / Config.in
blob67a4c578f44c5430984d32567a8b292c877ab777
1 config BR2_PACKAGE_LIBVPX
2         bool "libvpx"
3         depends on !BR2_bfin
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           A high-quality, open video format that's freely available to
7           everyone. Supports the VP8 and VP9 formats.
9           http://webmproject.org
11 comment "libvpx needs a toolchain w/ threads"
12         depends on !BR2_bfin
13         depends on !BR2_TOOLCHAIN_HAS_THREADS