Skip to content

Bindings to nvidia VDPAU for linux and some bsd-like system

License

Notifications You must be signed in to change notification settings

LuoZijun/rust-vdpau-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-vdpau-sys

Date: 11/13 2018
# Debian
sudo apt install libx11-6 libx11-dev
sudo apt install libvdpau1 libvdpau-dev vdpau-driver-all vdpau-va-driver vdpauinfo
bindgen --rustfmt-bindings \
    --no-layout-tests \
    --generate-inline-functions \
    --disable-name-namespacing \
    --no-prepend-enum-name \
    --link "libvdpau" \
    include/vdpau.h > src/vdpau.rs

About

Bindings to nvidia VDPAU for linux and some bsd-like system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published