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