xref: /OK3568_Linux_fs/buildroot/package/libvdpau/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBVDPAU
2	bool "libvdpau"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_INSTALL_LIBSTDCPP
5	depends on BR2_PACKAGE_XORG7
6	select BR2_PACKAGE_XLIB_LIBX11
7	select BR2_PACKAGE_XLIB_LIBXEXT
8	help
9	  VDPAU is the Video Decode and Presentation API for UNIX.
10	  It provides an interface to video decode acceleration and
11	  presentation hardware present in modern GPUs.
12
13	  http://freedesktop.org/wiki/Software/VDPAU
14
15comment "libvdpau needs a toolchain w/ threads, C++"
16	depends on BR2_PACKAGE_XORG7
17	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
18