I check the build script. Would you update the build script?
#Build Libva
VA_VERSION=2.14.0
wget -O - https://github.com/intel/libva/archive/refs/tags/"$VA_VERSION".tar.gz | tar -x -z
cd libva-"$VA_VERSION"
./autogen.sh --prefix=/usr <<== give the install path so driver will also search from here.
make -j$SNAPCRAFT_PARALLEL_BUILD_COUNT install
cd ../..
I check the build script. Would you update the build script?
#Build Libva VERSION= 2.14.0 /github. com/intel/ libva/archive/ refs/tags/"$VA_VERSION" .tar.gz | tar -x -z PARALLEL_ BUILD_COUNT install
VA_
wget -O - https:/
cd libva-"$VA_VERSION"
./autogen.sh --prefix=/usr <<== give the install path so driver will also search from here.
make -j$SNAPCRAFT_
cd ../..
Current the driver load path is not proper