diff --git a/.github/scripts/Linux/download_build_ffmpeg.sh b/.github/scripts/Linux/download_build_ffmpeg.sh index b8d809768..ca465b47e 100755 --- a/.github/scripts/Linux/download_build_ffmpeg.sh +++ b/.github/scripts/Linux/download_build_ffmpeg.sh @@ -52,10 +52,6 @@ rm -rf /var/tmp/ffmpeg git clone --depth $FFMPEG_GIT_DEPTH https://github.com/FFmpeg/FFmpeg.git \ /var/tmp/ffmpeg cd /var/tmp/ffmpeg -# apply Intel patches -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/* install_aom install_libvpx install_nv_codec_headers