cjson: bump to version 1.4.3
[buildroot-gz.git] / package / libvdpau / Config.in
blobb5430abb5a1198ab85b22bffc9b5fc71963b1830
1 config 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.
13           http://freedesktop.org/wiki/Software/VDPAU
15 comment "libvdpau needs a toolchain w/ threads, C++"
16         depends on BR2_PACKAGE_XORG7
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP