:Date: 11/13 2018
.. contents::
Wiki <https://en.wikipedia.org/wiki/VDPAU>
_VDPAU C Headers <http://http.download.nvidia.com/XFree86/vdpau/>
_VDPAU C API <https://http.download.nvidia.com/XFree86/vdpau/doxygen/html/>
_libvdpau source code <https://www.freedesktop.org/wiki/Software/VDPAU/>
_Launchpad Nvidia libvdpau <https://launchpad.net/~nvidia-vdpau/+archive/ubuntu/ppa/+sourcepub/1035482/+listing-archive-extra>
_Github NVIDIA/vdpau-hevc-example <https://github.com/NVIDIA/vdpau-hevc-example>
_Github NVIDIA/vdpau-win-x11 <https://github.com/NVIDIA/vdpau-win-x11>
_.. code:: bash
bindgen --rustfmt-bindings \
--no-layout-tests \
--generate-inline-functions \
--disable-name-namespacing \
--no-prepend-enum-name \
--link "libvdpau" \
include/vdpau.h > src/vdpau.rs