Skip to content

qqdasb/libva-rkmpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rockchip-vaapi-driver

Rockchip VA-API Driver

How to Install

1.Install Rockchip Mpp

git clone https://github.com/rockchip-linux/mpp.git -b develop
mkdir -p mpp/build && cd mpp/build
cmake .. -D{Your Mpp Flags}
make -j$(nproc --all)
sudo make install

2.Build libva

git clone https://github.com/qqdasb/libva-rkmpp.git
cd libva-rkmpp
./autogen.sh --{Your libva flags}
make -j$(nproc --all)
sudo make install

About

Fixed libva backend for rockchip devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.4%
  • Makefile 1.4%
  • M4 1.2%