一、驱动安装过程
报错:configure.ac:*: error: required file 'autoconf/ltmain.sh' not found
解决办法: libtoolize --automake --copy --debug --force
1. 环境安装
yum install autoconf
yum -y install libtool
2. 安装libdrm
yum install libdrm-devel.x86_64 -y
3. 下载libva、编译并安装
地址:https://github.com/intel/libva
./autogen.sh
make
make install
4. 下载驱动、编译并安装
地址:https://github.com/intel/intel-vaapi-driver
./autogen.sh
make
make install
地址: https://github.com/intel/media-driver
编译media-driver需要下载 https://github.com/intel/gmmlib/releases/t