mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
Revert "CI Linux FFmpeg: apply cartwheel patches"
This reverts commita30a8945e3. This doesn't seem to be required anymore (at least xv30 and yuvx work with Arc A770 and Raptor Lake-P GPU on i7-1355U). As the patches need to be applied against specific version of FFmpeg (pinned indb308b172023-02-03). Currently the version is from 23th Dec 2024, which is slightly old. That is a half of the year but we also depend on the cartwheel version bump, which is a bit unfortunate, whereas is now not cerain, if there is something needed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user