From 0149ea3fdf97546078fa9889a7dfbbdbfc83c221 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Wed, 22 Feb 2023 14:07:06 +0100 Subject: [PATCH] CI: Apply vaapi compatibility patch on 20.04 too --- .github/scripts/Linux/download_build_ffmpeg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/Linux/download_build_ffmpeg.sh b/.github/scripts/Linux/download_build_ffmpeg.sh index ae4e87d2b..f409ec7ab 100755 --- a/.github/scripts/Linux/download_build_ffmpeg.sh +++ b/.github/scripts/Linux/download_build_ffmpeg.sh @@ -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