Config.in 398 B

123456789101112
  1. config 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. https://code.videolan.org/videolan/dav1d
  9. comment "dav1d needs a toolchain w/ threads, dynamic library"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS