mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 17:40:12 +00:00
CI: Apply vaapi compatibility patch on 20.04 too
This commit is contained in:
committed by
Martin Pulec
parent
eb7406f06e
commit
0149ea3fdf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user