Config.in 1.0 KB

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_INTEL_MEDIASDK
  2. bool "intel-mediasdk"
  3. depends on BR2_x86_64
  4. depends on !BR2_STATIC_LIBS # intel-mediadriver
  5. depends on BR2_INSTALL_LIBSTDCPP # intel-mediadriver
  6. depends on BR2_TOOLCHAIN_HAS_SYNC_1 # intel-mediadriver
  7. depends on BR2_TOOLCHAIN_HAS_THREADS # intel-mediadriver
  8. depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # intel-mediadriver
  9. select BR2_PACKAGE_INTEL_MEDIADRIVER
  10. select BR2_PACKAGE_LIBDRM_INTEL
  11. help
  12. Intel(R) Media SDK provides an API to access
  13. hardware-accelerated video decode, encode and filtering on
  14. Intel® platforms with integrated graphics.
  15. Supported video encoders: HEVC, AVC, MPEG-2, JPEG
  16. Supported Video decoders: HEVC, AVC, VP8, MPEG-2, VC1, JPEG
  17. Supported video pre-processing filters: Color Conversion,
  18. Deinterlace, Denoise, Resize, Rotate, Composition
  19. http://mediasdk.intel.com/
  20. comment "intel-mediasdk needs a toolchain w/ dynamic library, C++, NPTL"
  21. depends on BR2_x86_64 && BR2_TOOLCHAIN_HAS_SYNC_1
  22. depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
  23. !BR2_TOOLCHAIN_HAS_THREADS_NPTL