xref: /OK3568_Linux_fs/buildroot/package/intel-mediasdk/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
16	  Supported video encoders: HEVC, AVC, MPEG-2, JPEG
17	  Supported Video decoders: HEVC, AVC, VP8, MPEG-2, VC1, JPEG
18	  Supported video pre-processing filters: Color Conversion,
19	  Deinterlace, Denoise, Resize, Rotate, Composition
20
21	  http://mediasdk.intel.com/
22
23comment "intel-mediasdk needs a toolchain w/ dynamic library, C++, NPTL"
24	depends on BR2_x86_64 && BR2_TOOLCHAIN_HAS_SYNC_1
25	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
26		!BR2_TOOLCHAIN_HAS_THREADS_NPTL
27