CI: Apply vaapi compatibility patch on 20.04 too

This commit is contained in:
Martin Piatka
2023-02-22 14:07:06 +01:00
committed by Martin Pulec
parent eb7406f06e
commit 0149ea3fdf

View File

@@ -56,7 +56,7 @@ cd /var/tmp/ffmpeg
git clone https://github.com/intel/cartwheel-ffmpeg.git
git checkout "$(GIT_DIR=cartwheel-ffmpeg/.git git submodule status ffmpeg | sed 's/-\([[:xdigit:]]*\).*/\1/')"
git am -3 cartwheel-ffmpeg/patches/*
if [ "$(lsb_release -rs)" = 18.04 ]; then
if [ "$(lsb_release -rs)" = 20.04 ]; then
git am -3 "$GITHUB_WORKSPACE/.github/scripts/Linux/ffmpeg-patches/0001-removed-bits-incompatible-with-old-vaapi.patch-noauto"
fi
install_aom