1config BR2_PACKAGE_DAV1D 2 bool "dav1d" 3 depends on !BR2_STATIC_LIBS # dlfcn.h 4 depends on BR2_TOOLCHAIN_HAS_THREADS # pthread 5 help 6 dav1d is a new AV1 cross-platform decoder, open-source, and 7 focused on speed and correctness. 8 9 https://code.videolan.org/videolan/dav1d 10 11comment "dav1d needs a toolchain w/ threads, dynamic library" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 13