blob: a15e9fc733e99cc7f2c066b8194af15f0cd76b99 [file] [log] [blame]
Adrian Perez de Castro9f458cd2024-05-22 12:16:06 +03001config 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
12comment "libavif needs a toolchain w/ threads, dynamic library"
13 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS