| config BR2_PACKAGE_LIBAVIF | |
| bool "libavif" | |
| depends on !BR2_STATIC_LIBS # dav1d, dlfcn.h | |
| depends on BR2_TOOLCHAIN_HAS_THREADS # dav1d, pthread | |
| select BR2_PACKAGE_DAV1D | |
| help | |
| Friendly, portable C implementation of the AV1 Image File | |
| Format. | |
| https://github.com/AOMediaCodec/libavif | |
| comment "libavif needs a toolchain w/ threads, dynamic library" | |
| depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |