Adrian Perez de Castro | 9f458cd | 2024-05-22 12:16:06 +0300 | [diff] [blame] | 1 | config BR2_PACKAGE_LIBAVIF |
2 | bool "libavif" | ||||
3 | depends on !BR2_STATIC_LIBS # dav1d, dlfcn.h | ||||
4 | depends on BR2_TOOLCHAIN_HAS_THREADS # dav1d, pthread | ||||
5 | select BR2_PACKAGE_DAV1D | ||||
6 | help | ||||
7 | Friendly, portable C implementation of the AV1 Image File | ||||
8 | Format. | ||||
9 | |||||
10 | https://github.com/AOMediaCodec/libavif | ||||
11 | |||||
12 | comment "libavif needs a toolchain w/ threads, dynamic library" | ||||
13 | depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |