Stable libva

This commit is contained in:
Jeevitha Kannan K S 2024-10-10 22:04:26 +05:30
parent 73248dea93
commit 2980eea0e6
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333

View File

@ -63,7 +63,7 @@ setupHardwareAccelration() {
fi
printf "%b\n" "${YELLOW}Cloning libva from https://github.com/intel/libva in ${LIBVA_DIR}${RC}"
git clone https://github.com/intel/libva "$LIBVA_DIR"
git clone --branch=v2.22-branch --depth=1 https://github.com/intel/libva "$LIBVA_DIR"
mkdir -p "$LIBVA_DIR/build"
cd "$LIBVA_DIR/build" && arch-meson .. -Dwith_legacy=nvctrl && ninja